summaryrefslogtreecommitdiffstats
path: root/dist/settings-legacy-admin.js.map
Commit message (Collapse)AuthorAgeFilesLines
* compile assetsJulien Veyssier2023-08-091-1/+1
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Show loading spinner until share settings are fully loadedDaniel Calviño Sánchez2023-05-101-1/+1
| | | | | | | | | | | | | | | | | The inputs of the sharing settings are generated in a template in the server, but the listeners to react to changes in the elements and save the values in the server are loaded in the client once the DOM finishes loading. If the DOM takes long to load the user can start to interact with the settings before the listeners were set up and, therefore, the changes would not be saved in the server. However, as the inputs are modified the user would think that the changes were already saved. To address that now when the sharing settings are open a loading spinner is shown instead of the contents of the sharing settings, and only once the listeners to save the changes were set up the spinner is removed and the contents shown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* chore(npm): fix warning and buildJohn Molakvoæ2023-04-211-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): better breakpoints and sidebar responsive designJohn Molakvoæ2023-04-131-1/+1
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add component testingJohn Molakvoæ2023-01-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix share admin pageCarl Schwan2022-11-241-1/+1
| | | | | | arrow function don't work that well with jquery Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix settings for setting default expiration dateVincent Petry2022-11-161-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Compile assetsJohn Molakvoæ2022-10-191-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port encryption admin settings to vueCarl Schwan2022-07-131-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Rename setting name to reduce its lengthLouis Chemineau2022-06-271-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix various errors reported by eslintCarl Schwan2022-05-241-1/+1
| | | | | | | And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port BackgroundJob admin settings to vueCarl Schwan2022-05-201-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add setting to ignore email during searchLouis Chemineau2022-05-031-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add settings to ignore second display name in searchLouis Chemineau2022-04-121-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Add settings to not match userID during full matchLouis Chemineau2022-04-061-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-051-1/+1
| | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Use global $ in settings admin.jsLouis Chemineau2022-03-141-1/+1
| | | | | | | Fix https://github.com/nextcloud/server/issues/31570 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Cleanup admin settings js filesCarl Schwan2022-02-171-0/+1
* Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>