summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-11-19104-150/+262
* Merge pull request #1602 from nextcloud/ignore-mod-envLukas Reschke2016-11-186-12/+36
|\
| * Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-166-12/+36
* | Merge pull request #2107 from nextcloud/fix-scrollbar-firefoxMorris Jobke2016-11-181-6/+3
|\ \
| * | fix glitch in ChromeMorris Jobke2016-11-181-0/+2
| * | fix scrollbar in settings area in Firefox, improve on @pgys pull requestJan-Christoph Borchardt2016-11-181-6/+1
* | | Merge pull request #1855 from nextcloud/focus-onslidetoggleMorris Jobke2016-11-181-0/+4
|\ \ \
| * | | Add focus to autofocus form element on slide toggleFelix A. Epp2016-11-071-0/+4
* | | | Merge pull request #2133 from nextcloud/select2-fixMorris Jobke2016-11-181-95/+97
|\ \ \ \
| * | | | Fix select2 dropdownJohn Molakvoæ2016-11-181-95/+97
* | | | | Merge pull request #2076 from nextcloud/log_preview_accessMorris Jobke2016-11-185-7/+106
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Dispatch event on preview requestRoeland Jago Douma2016-11-105-7/+106
* | | | | 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