summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-1835-106/+513
|\
| * Fix user management callbacksMorris Jobke2016-11-181-34/+43
| * fix displaynameMorris Jobke2016-11-181-1/+1
| * Use the existing promptJoas Schilling2016-11-183-73/+27
| * Submit on enterRoeland Jago Douma2016-11-181-0/+6
| * Show a little explanation above the input fieldJoas Schilling2016-11-182-3/+8
| * Add the 15 seconds to the window, instead of removingJoas Schilling2016-11-181-1/+1
| * Fix error displaying on email and add confirmationJoas Schilling2016-11-181-21/+37
| * Require password confirmation to change the QuotaJoas Schilling2016-11-182-3/+19
| * Empty the password field on submission of the formJoas Schilling2016-11-182-6/+4
| * Require confirmation to change the displaynameJoas Schilling2016-11-181-15/+31
| * Confirm on create/delete groupJoas Schilling2016-11-181-2/+13
| * Fix unit testsJoas Schilling2016-11-183-2/+12
| * Update class mapJoas Schilling2016-11-182-0/+2
| * More fixesJoas Schilling2016-11-181-2/+2
| * use proper method call for _.bind()Morris Jobke2016-11-181-1/+1
| * Hide and show after updatingJoas Schilling2016-11-181-4/+10
| * Require password confirmation for user managementJoas Schilling2016-11-186-14/+74
| * Require password confirmation when changing workflow rulesJoas Schilling2016-11-182-0/+16
| * Require confirmation for app config changesJoas Schilling2016-11-181-0/+4
| * Require confirmation when changing the email settingsJoas Schilling2016-11-182-10/+43
| * Make sure it is a functionJoas Schilling2016-11-181-1/+1
| * Fix error message displayingJoas Schilling2016-11-181-1/+1
| * Require password confirmation for app passwordJoas Schilling2016-11-182-3/+10
| * Require confirmation when generating backup codesJoas Schilling2016-11-182-4/+11
| * Allow to check it via the APIJoas Schilling2016-11-181-2/+16
| * Require password confirmation for changing the emailJoas Schilling2016-11-182-0/+2
| * Introduce PasswordConfirmRequired annotationJoas Schilling2016-11-183-0/+52
| * Introduce the UI for password confirmationJoas Schilling2016-11-188-4/+167
* | Merge pull request #840 from nextcloud/theming-icon-endpointMorris Jobke2016-11-1822-6/+1350
|\ \
| * | Use IAppManager instead of OC_AppJulius Haertl2016-11-185-36/+81
| * | Error handling and tests if file was not foundJulius Haertl2016-11-184-51/+96
| * | Sanitize input and small fixesJulius Haertl2016-11-187-45/+61
| * | Replace null return with NotFoundExceptionJulius Haertl2016-11-184-21/+27
| * | Fix icon-folder cssJulius Haertl2016-11-182-6/+6
| * | Fix svg resizing and remove deprecated method callJulius Haertl2016-11-182-4/+11
| * | Improve cachingJulius Haertl2016-11-186-32/+71
| * | Caching for icon files using AppDataJulius Haertl2016-11-186-93/+433
| * | Theming: Code cleanup and cache buster for mime iconsJulius Haertl2016-11-189-75/+37
| * | Check if dynamic icons can be usedJulius Haertl2016-11-183-39/+92
| * | Add IconBuilder class to encapsulate icon generationJulius Haertl2016-11-185-127/+341
| * | Improve unit tests for image generationJulius Haertl2016-11-1811-151/+207
| * | Theming: Add IconController testsJulius Haertl2016-11-182-19/+207
| * | Add cachebuster to faviconsJulius Haertl2016-11-181-2/+4
| * | Fix IconController after rebaseJulius Haertl2016-11-182-13/+13
| * | Theming: Add icon cachingJulius Haertl2016-11-181-3/+5
| * | Theming: Add colorized icon css from icons.cssJulius Haertl2016-11-182-0/+40
| * | Theming: Fix default parameters in icon routesJulius Haertl2016-11-183-3/+4
| * | Theming: Add PHPdoc and icon fallback to theming logoJulius Haertl2016-11-181-1/+26
| * | Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl2016-11-183-33/+75