You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
* Lead developer : Charles du Jeu (cdujeu): [Github](https://github.com/cdujeu) | [Twitter](https://twitter.com/Pydio)
16
16
@@ -59,7 +59,7 @@ If you think you have found a bug and a way to fix it neatly in the code, use a
59
59
60
60
#### Writing new plugins
61
61
62
-
Please read the Developer doc located at https://pydio.com/en/docs/developer-guide-v7, you will find here a bunch of useful information about the plugins architecture, how to create your own plugin, etc. The action.skeleton plugin is a perfect start for that.
62
+
Please read the Developer doc located at https://pydio.com/en/docs/developer-guide, you will find here a bunch of useful information about the plugins architecture, how to create your own plugin, etc. The action.skeleton plugin is a perfect start for that.
63
63
64
64
New in latest build, in the Settings panel, you can find a new "Developer" node where all actions contributed by all plugins are listed. These can be called either by http, or via the CLI API. At the same location, you will find all "hooks" registered and triggered in the server, that are VERY useful when you want your plugin to be really sandboxed.
Copy file name to clipboardExpand all lines: core/src/conf/RELEASE_NOTE
+66-1Lines changed: 66 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,71 @@
1
1
Pydio ##VERSION_NUMBER## Release Note
2
2
3
-
Bug Fixes for 8.0.0 :
3
+
This is a bugfix for Pydio 8.0.1, below is a list of the commits
4
+
5
+
Fix ldap mapping attribute to roles
6
+
Update version to 8.0.1
7
+
Fixing a remote stream function
8
+
Adding ability to re-generate refresh token if expired
9
+
Missing hook for filter_boot.conf
10
+
Previous vpath adapter is replaced by use_path_style_endpoint in client config (for custom url)
11
+
Make sure action.cart will mount its react component by default.
12
+
Clean manifest from old actions
13
+
Disable background copy if not using session api, seems to break sync client in some case.
14
+
Fix test before create new alias class
15
+
Fix set context for object
16
+
Fix test key "type" if it exists
17
+
Fix test key "type" if it exists
18
+
Fix migration public link with password
19
+
Fix collabora on smb + session credential workspace
20
+
Fix collabora on smb + session credential workspace
21
+
Fix collabora on smb + session credential workspace
22
+
Updated Korean translation
23
+
Missing comma in Korean i18n file was added
24
+
Fix remember me feature
25
+
Fix upload dialog width when there are few uploaders - Close #1384
26
+
Fix #1376
27
+
Replace Pear dependency to Mail_mimeDecode to Composer library. Should remove problematic plugin dependency, see #1385
28
+
Force redirecting to https version of Pixlr - See #1371
29
+
Php doc fix
30
+
False negtive on OB detection
31
+
Fix #1393
32
+
Typo in forbidden
33
+
Typo
34
+
Fix postgresql convert false to "false"
35
+
Remove fuzzy search and upgrade elastica to 5.3.0
36
+
Fix displaying user in sql groups
37
+
Close session before reading audio file
38
+
Remove unused img_library and associated images
39
+
Fix developer doc link - Close #1395
40
+
Add support referral binding
41
+
Implement a default displaymode and default sorting parameter per workspace
42
+
Fix download resuming
43
+
Fix #1355 - Use renamed from SOURCE instead of renamed to NODE
44
+
Remove src attributes
45
+
Fix api v2 create user
46
+
Reduce Batch size for delete - Fix usage of PATH parameter in S3 driver - Close #1365 at last !
47
+
Avoid some js errors with empty values
48
+
Forgotten console
49
+
Fix getS3Service() method
50
+
Add param for smb option
51
+
Fix error while index mounted repo
52
+
Update password fields everywhere to avoid allowing save when not correctly set.
53
+
Fix Admin create/delete group works only if group id starts with double slash
54
+
Fix disclaimer dialog (enable scrollBody)
55
+
Throw an error when trying to restore on an existing file. Close #1368
56
+
Fix write-only workspace : wrong response header - do not show activity log. Close #1367
57
+
Hack for user specific locks and api access
58
+
Fix quota not updating on workspace switch
59
+
Change Accept-Ranges header
60
+
Plugin Load ClassFile for a given php version if necessary
61
+
Fix Advanced Search and meta fields, inc. missing Content field. Factorize in AbstractSearchEngineIndexer. Try to fix login window not appearing in some case Fix Quota panel not refreshed
62
+
New BookmarksList - Meta/Ctrl key support in main files list (close #1351)
63
+
Forms: lower onChange trigger timeout to avoid field blinking
64
+
Fix field validation
65
+
66
+
========================
67
+
68
+
Pydio 8.0.1 - 2017/06/15 - Bug Fixes for 8.0.0
4
69
5
70
[Most noticeable]
6
71
Fix wrong path separator, triggering error on open_basedir
0 commit comments