summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* Use .installed layoutLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make disableapp.php accept arraysLukas Reschke2017-04-261-48/+129
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Don't sort on app bundlesLukas Reschke2017-04-261-10/+12
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add titlesLukas Reschke2017-04-261-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add app bundlesLukas Reschke2017-04-261-4/+32
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix adding/removing appsJulius Härtl2017-04-251-19/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix app icon being inverted for app store apps tooJan-Christoph Borchardt2017-04-251-4/+11
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show spinner until app store images loadedJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show placeholder for image-less apps in app managementJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Center spinner in apps managementJan-Christoph Borchardt2017-04-251-2/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Make svgs more fluid and consistent remove action, instead of 'remove app'Felix A. Epp2017-04-251-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* rename Uninstall to RemoveJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* also improve layout of apps from storeJan-Christoph Borchardt2017-04-251-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* improve wording of Apps mgmt navigation entriesJan-Christoph Borchardt2017-04-251-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix uninstall in tabular viewFelix A. Epp2017-04-251-2/+2
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Add apps category 'all installed'Felix A. Epp2017-04-251-6/+11
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Make enabled and disabled apps a tabular listFelix A. Epp2017-04-251-4/+12
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Merge pull request #4472 from nextcloud/downstream-27714Roeland Jago Douma2017-04-241-0/+1
|\ | | | | Allow apps to register plugins for the user management
| * Allow apps to register plugins for the user managementJoas Schilling2017-04-241-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Don't send the test mail twiceJoas Schilling2017-04-241-4/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-181-1/+1
|\ | | | | Fix translations
| * Fix translationsJoas Schilling2017-04-181-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Don't put the SMTP password into the HTML codeJoas Schilling2017-04-181-9/+27
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #4077 from nextcloud/better-navigation-managementMorris Jobke2017-03-261-6/+2
|\ | | | | Register the app management in the normal way
| * Don't use the dropdown for one item onlyJoas Schilling2017-03-261-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Move app management to the settings menuJoas Schilling2017-03-261-5/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | replace name in top right with icon for less noiseJan-Christoph Borchardt2017-03-261-12/+0
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #3917 from michaelletzgus/html5-fix_dup-IDsMorris Jobke2017-03-201-2/+2
|\ | | | | Fix duplicate id "apps-management"
| * Fix duplicate id "apps-management"Michael Letzgus2017-03-191-2/+2
| | | | | | | | | | | | | | | | | | Make duplicate id "apps-management" a class since IDs must be unique: https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute https://api.jquery.com/id-selector/ Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
* | trigger event on input autofillFelix Heidecke2017-03-191-9/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Rebuild menu to keep order of icons correctJulius Haertl2017-03-161-28/+35
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Make enabling/disabling apps work with the new menuJulius Haertl2017-03-161-19/+57
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Remove the double password confirmation on changing cronJoas Schilling2017-03-131-3/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #3819 from nextcloud/dont-add-user-to-subadminRoeland Jago Douma2017-03-131-1/+1
|\ | | | | Call right function after sudo mode
| * Call right function after sudo modeLukas Reschke2017-03-131-1/+1
| | | | | | | | | | | | This should call the `applyGroupSelect` and not the `applySubadminSelect`. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Create app password by pressing enterThijs den Hartog2017-03-131-0/+6
|/ | | | Signed-off-by: Thijs den Hartog <Thijs@thijsbeer.nl>
* clean search when new user is addedgiorgia2017-03-031-6/+17
| | | | Signed-off-by: giorgia <g.sambrotta@gmail.com>
* add emptycontent div, show/hide emptycontent div, fix #1070giorgia2017-03-031-0/+9
| | | | Signed-off-by: giorgia <g.sambrotta@gmail.com>
* Merge pull request #3635 from individual-it/fix_quota_validationMorris Jobke2017-02-281-1/+1
|\ | | | | better quota validation
| * better quota validationArtur Neumann2017-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | this fixes #3634 1. fixed computerFileSize to be more picky about incorrect values 2. more tests for computerFileSize 3. use computerFileSize to validate user quota Signed-off-by: Artur Neumann <info@individual-it.net>
* | Merge pull request #3590 from individual-it/correct_text_when_disabling_appLukas Reschke2017-02-231-1/+2
|\ \ | | | | | | show correct text when disabling App
| * | show correct text when disabling App Artur Neumann2017-02-231-1/+2
| |/ | | | | | | | | | | | | during the process of disabling an App the button would show "Enabling app …" This is corrected by this patch Signed-off-by: Artur Neumann <info@individual-it.net>
* | Fix setup issue and refine error messagesMorris Jobke2017-02-151-23/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | add setting for "send password link"tobiasKaminsky2017-02-151-1/+23
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Always enable avatarsMorris Jobke2017-02-131-9/+7
| | | | | | | | | | | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use the provisioning api in the user management to handle group membershipsJoas Schilling2017-01-182-28/+51
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1594 from nextcloud/markdown-support-for-app-descriptionsJoas Schilling2017-01-171-0/+65
|\ | | | | Markdown support for app descriptions
| * Allow ordered lists as wellJoas Schilling2017-01-161-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Manually whitelist tagsLukas Reschke2017-01-131-1/+16
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>