aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/js/admin.js
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup admin settings js filesCarl Schwan2022-02-171-333/+0
| | | | | | | | | | | | | * 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>
* Set app to settings for translateDaniel Kesselberg2021-05-301-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* allow excluding groups from creating link sharesRobin Appelman2021-05-121-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Separate settings for remote share expirationVincent Petry2021-04-151-0/+4
| | | | | | | Added separate settings for default and enforced expiration date for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add a hint that the settings are OR basedJoas Schilling2021-03-101-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a config setting to restrict autocompletion to phonebook matchesJoas Schilling2021-03-101-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add well known handlers APIChristoph Wurst2020-12-161-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add setting to restrict user enumeration to groupsJulius Härtl2020-03-201-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add settings front and split sharing entry configJohn Molakvoæ (skjnldsv)2019-11-271-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move settings to an appChristoph Wurst2019-09-281-0/+319
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>