1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Ranjiwei
add4689b02 add-share-link-authentication (#6201)
* add-share-link-authentication

* [share link - link creation] 'set scope': redesigned it

* update

* Update share_link_auth.py

* Update share_link_auth.py

* Update share_link_auth.py

* Update share_link_auth.py

* Update share_link_auth.py

* Update share_link_auth.py

* [share link - link details] redesigned the panel

* [share dialog - share link] 'authenticated users/emails' panels: redesigned them

* [share dialog - share link'] UI details, UX, and code improvements for 'link detais, authenticated users/emails' panels

* [share dialog - share link] updated the 'submit' handler for the 'authenticated emails/users' panels; fixup for 'set scope' in the 'link creation' panel'

* [share dialog - share link] deleted 'share-link-api.js', moved api modification to seafile-js; fixed 'change scope'  & etc. in 'link details'

* [share dialog - share link] link authenticated users: update 'submit' handler according to the python API update

* [share dialog - share link] added 'share-link-api.js' back & used it

* [share dialog - share link] handled eslint warnings and etc.

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2024-07-19 18:12:35 +08:00
Michael An
67210c7363 fix code format (#6365) 2024-07-18 11:58:42 +08:00
lian
84540f5246 support set permission for share link (#6332) 2024-07-11 14:28:00 +08:00
llj
bd05e05a1a ['share dialog' - 'Share Link', 'Share Admin' - 'Links'] share links: get limited links per request, scroll down to get more (#5840) 2023-12-20 12:01:18 +08:00
Michael An
14ce391007 Fix eslint warnings (#5635)
* 01 fix eslint warnings

* fix code warnings

* fix code warnings

* fix code warnings

* fix code warnings

* fix code warnings
2023-09-13 08:40:50 +08:00
lian
14569059b3 delete share links (#5572)
* delete share links

* [share dialog] 'Share Link' panel: fixup & improvements for 'visit link details & delete link/links'

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2023-08-07 12:17:21 +08:00
llj
965f440585 [share dialog] 'share link' panel: added 'export selected links' (#5427) 2023-04-08 17:35:26 +08:00
llj
c3a452bbc3 [share dialog] 'share link' panel: improvement(added 'copy' & used icons instead of text for 'details') for link items in the list (#5424) 2023-04-06 17:38:19 +08:00
llj
dce6670c61 [share dialog] 'share link' panel: added 'empty tip' & etc. (#5423) 2023-04-04 18:07:27 +08:00
llj
b79a46fde1 [seafile-js] updated the version 2023-04-04 16:43:54 +08:00
lian
9f78eddb2f batch generate share links (#5417)
* add MultiShareLinksBatch

* [share dialog] 'share link' panel: redesigned it(enable 'generate links in batch')

* update

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
2023-04-04 16:12:53 +08:00