File: Changes

package info (click to toggle)
libweb-solid-auth-perl 0.91-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 1,344; makefile: 5; sh: 1
file content (53 lines) | stat: -rw-r--r-- 1,846 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Revision history for Web::Solid::Auth

0.91  2021-10-23 15:46:27 CEST
  - Adding patch command
  - Fixing directory listing for Pod that don't provide resource types
    in the main container listing response
  - Fixing shebang #9
  - Adding a rel=type when creating containers #6
  - Fixing bug in `list` command showing double relative paths
  - Adding a --force option to overwrite existing resources when PUT or PATCH
  - Adding an --etag option to prevent updating resources when it changed PUT or PATCH

0.9  2021-10-17 17:51:15 CEST
  - Fixing relative/absolute URL bug
  - Adding support -- support to stop interpreting solid_auth.pl options
  - Adding documentation for the sold_auth.pl commands
  - Adding -H option for get,post,head,delete,options
  - Adding --delete option for deleting local files when doing a mirror
  - Support adding a client_id 

0.8  2021-10-14 09:10:19 CEST
  - Adding INSTALL instructions
  - Making the log4perl configuration file optional

0.71  2021-10-13 19:46:21 CEST
  - Fixing missing ldf:RDFSource

0.7  2021-10-12 11:34:40 CEST
  - Add a mirror Solid option
  - Add an upload to Solid option
  - Add a clean container option

0.6  2021-10-11 11:29:30 CEST
  - Adding support for head, options in the command line and Agent
  - Fixing the remote client

0.5  2021-10-11 09:45:37 CEST
  - Adding Solid::Web::Auth::Agent as Authenticated DPoP enabled agent 
  - Adding more tools in bin/solid_auth.pl to actually do something with the pods
  - Adding folder listing on pod

0.4  2021-10-10 13:46:32 CEST
  - Supporting the newest ESS pods
  
0.3  2021-02-28 08:36:51 CET
  - Updating documentation and code comments
  - Adding support for inspecting access_token and id_token
  
0.2  2021-02-26 19:47:05 CET
  - Ading an example web (Plack) application

0.1  2021-02-26 16:14:42 CET
  - Initial version