summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the...Morris Jobke2018-10-082-5/+2
|\
| * Refactors the scss svg functionsMichael Weimann2018-10-021-3/+1
| * Moves the logo files to logoMichael Weimann2018-10-022-4/+3
* | Add an endppoint for clients to request an app passwordRoeland Jago Douma2018-10-031-0/+108
* | Update all the publickey tokens if needed on web loginRoeland Jago Douma2018-10-021-0/+1
|/
* Merge pull request #10743 from danielkesselberg/bugfix/noid/allow-password-re...blizzz2018-09-131-9/+12
|\
| * Enable password reset for user with same email address when only one is activeDaniel Kesselberg2018-08-191-9/+12
* | Do not invalidate main token on OAuthRoeland Jago Douma2018-09-061-3/+3
* | Change password expiration time from 12h to 7dMorris Jobke2018-08-311-1/+1
* | Merge pull request #10670 from nextcloud/fix/login-throttle-username-lengthMorris Jobke2018-08-241-1/+1
|\ \ | |/ |/|
| * Fix max length requirements for the throttler metadataChristoph Wurst2018-08-131-1/+1
* | only warn about data lose on password reset if per-user keys are usedBjoern Schiessle2018-08-151-1/+10
|/
* Rename providerset method to get primary providersChristoph Wurst2018-08-081-1/+1
* Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-1/+1
* Make the info available if the avatar was uploaded or generatedJoas Schilling2018-08-011-5/+6
* Merge pull request #10391 from nextcloud/bugfix/10389/fix-app-navigation-cont...Morris Jobke2018-07-251-1/+2
|\
| * Fix app navigation controller to return an arrayJulius Härtl2018-07-251-1/+2
* | Allow to access SVGs as guestJoas Schilling2018-07-251-3/+3
|/
* Implements handling for deactivated usersMichael Weimann2018-07-211-25/+84
* Php code bumpJohn Molakvoæ (skjnldsv)2018-07-191-5/+13
* Fix settings icon fetchingJulius Härtl2018-07-191-1/+1
* Fixed svg generator regex && added missing iconsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
* Fixed icons detection and cachingJohn Molakvoæ (skjnldsv)2018-07-191-10/+4
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-1/+7
* use built in response cacheFor functionJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
* Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)2018-07-191-2/+10
* Svg from appJohn Molakvoæ (skjnldsv)2018-07-191-1/+32
* Svg color apiJohn Molakvoæ (skjnldsv)2018-07-192-2/+99
* wire the frontendArthur Schiwon2018-07-051-2/+11
* Backend work to provide NC whats New info to usersArthur Schiwon2018-07-051-0/+117
* Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke2018-06-252-5/+26
|\
| * Make 2FA providers statefulChristoph Wurst2018-06-202-5/+26
* | prefill userid for login after password resetRobin Appelman2018-06-211-3/+4
|/
* Removed debug stackJohn Molakvoæ (skjnldsv)2018-06-151-1/+0
* Avatar imagick bumpJohn Molakvoæ (skjnldsv)2018-06-131-48/+14
* Controller tests fixesJohn Molakvoæ (skjnldsv)2018-06-131-6/+16
* Return Svg avatarsJohn Molakvoæ (skjnldsv)2018-06-131-9/+37
* Fix usageRoeland Jago Douma2018-06-042-18/+0
* Merge pull request #9531 from remyj38/masterMorris Jobke2018-05-221-0/+3
|\
| * Fix translation bug on lost password pageRémy Jacquin2018-05-201-0/+3
* | Don't use special chars to avoid confusionRoeland Jago Douma2018-05-221-1/+1
|/
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* Use proper typesRoeland Jago Douma2018-04-111-4/+1
* Avoid to leak a user ID that is not a string to reach a user backendMorris Jobke2018-04-111-0/+4
* Merge pull request #9115 from nextcloud/feature/noid/login_flow_wordingRoeland Jago Douma2018-04-091-0/+38
|\
| * Improve login flowRoeland Jago Douma2018-04-081-0/+38
* | Remove unused parameterRoeland Jago Douma2018-04-061-2/+1
* | Fix testsRoeland Jago Douma2018-04-061-1/+2
* | Always remember meRoeland Jago Douma2018-04-061-3/+1
|/
* Make the new autocomplete endpoint OCSJoas Schilling2018-03-211-1/+1