summaryrefslogtreecommitdiffstats
path: root/core/Controller
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13969 from nextcloud/enh/additional_scripts_no_on_public_...Morris Jobke2019-02-072-13/+13
|\
| * Add StandaloneTemplateResponseRoeland Jago Douma2019-02-062-13/+13
* | Implement guest avatar endpointMichael Weimann2019-02-072-1/+107
* | Do not do redirect handling when loggin outRoeland Jago Douma2019-02-061-1/+3
|/
* Merge pull request #13869 from nextcloud/enh/clean_pending_2fa_session_on_pas...Roeland Jago Douma2019-01-291-2/+8
|\
| * Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-2/+8
* | Clears the local storage after logoutMichael Weimann2019-01-291-1/+4
|/
* Honor remember_login_cookie_lifetimeRoeland Jago Douma2019-01-231-1/+8
* Fix template paramterRoeland Jago Douma2019-01-181-1/+1
* Generic message on password resetRoeland Jago Douma2019-01-151-5/+11
* Npmize (vendor) scriptsChristoph Wurst2019-01-091-2/+0
* Fix loginflow with apptoken enter on iOSRoeland Jago Douma2019-01-041-0/+12
* Fix SAML Client login flow on Apple devicesRoeland Jago Douma2018-12-171-0/+1
* Remove redirect pageJohn Molakvoæ (skjnldsv)2018-11-291-28/+0
* Respect the disabled setting for lost_password_linkRoeland Jago Douma2018-11-201-1/+3
* Use the proper server for the apptoken flow loginRoeland Jago Douma2018-11-011-21/+23
* added possibility to disable autocomplete in login formRayn0r2018-10-301-0/+8
* Keep list of icons in a separate file for use in the accessibility appJulius Härtl2018-10-251-9/+9
* Merge pull request #11847 from iPaat/Fix/DeleteCookiesThroughClearSiteDataMorris Jobke2018-10-231-1/+1
|\
| * Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-151-1/+1
* | Don't require Same Site Cookies on assetsThomas Citharel2018-10-173-0/+4
|/
* 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