summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate getEditionString()Joas Schilling2016-09-061-7/+1
|
* Merge pull request #1158 from nextcloud/cache_avatarsLukas Reschke2016-09-051-2/+2
|\ | | | | Cache avatars
| * Cache avatars properlyRoeland Jago Douma2016-08-301-2/+2
| | | | | | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update
* | add 2fa backup codes appChristoph Wurst2016-09-052-2/+18
| | | | | | | | | | * add backup codes app unit tests * add integration tests for the backup codes app
* | Add attribute “tabindex” to login form (fixes #1110)coderkun2016-08-311-5/+5
|/
* Merge pull request #1093 from nextcloud/mail-fontstackRaghu Nayyar2016-08-281-1/+1
|\ | | | | use proper font stack for email
| * use proper font stack for emailJan-Christoph Borchardt2016-08-261-1/+1
| |
* | list 2FA providers as buttonsChristoph Wurst2016-08-272-4/+4
| |
* | use centered h2 for 2FA page headersChristoph Wurst2016-08-272-22/+22
| |
* | fix 2fa challenge page wordingChristoph Wurst2016-08-272-3/+2
| |
* | reorder 2fa challenge HTMLChristoph Wurst2016-08-271-7/+7
|/
* Remove uninterpreted PHPLukas Reschke2016-08-191-1/+1
| | | | This is in an HTML file. The PHP won't be executed :see_no_evil:
* Add cachebuster to right navigationLukas Reschke2016-08-181-2/+2
|
* Add cache buster to left menu barLukas Reschke2016-08-181-2/+2
|
* Empty tags are not allowed for image and feColorMatrix in IE11 and belowMorris Jobke2016-08-171-4/+4
|
* Initial work on Apps page split:Arthur Schiwon2016-08-091-1/+1
| | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* reduce info on update screens, introduce button to refreshJan-Christoph Borchardt2016-08-041-1/+3
|
* switch nested containers in update to semibold styleJan-Christoph Borchardt2016-08-031-2/+2
|
* Shake the login fields if password is wrongMorris Jobke2016-08-011-2/+2
|
* Fix wrong preserveAspectRatio at app menu iconsJulius Haertl2016-07-291-2/+2
|
* Move to svg filter on app menu to support IE9+Julius Haertl2016-07-281-2/+8
|
* Theming: Implement swapping the foreground color for bright colorsJulius Haertl2016-07-151-1/+1
|
* Merge branch 'master' into sync-masterMorris Jobke2016-07-073-3/+2
|\
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-273-9/+3
| |\
| * | singleuser.user.php -> nextcloudJoachim Sokolowski2016-06-221-1/+1
| | | | | | | | | Changed to nextcloud
| * | fix setup page strengthifyMorris Jobke2016-06-151-1/+0
| | | | | | | | | | | | * fixes #105
| * | Downstream 2016-06-09Arthur Schiwon2016-06-092-1/+3
| |\ \ | | | | | | | | | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160609
| * | | Revert "Downstream 2016-06-08"blizzz2016-06-092-3/+1
| | | |
| * | | Allow to cancel 2FA after loginJoas Schilling2016-06-092-1/+3
| | | |
| * | | THIS IS NEXTCLOUD! adjusting the designJan-Christoph Borchardt2016-06-081-1/+1
| | | |
* | | | remove svg classesHendrik Leppelsack2016-07-015-16/+16
| |_|/ |/| |
* | | remove ie8+9 supportHendrik Leppelsack2016-06-233-9/+3
| |/ |/|
* | Allow to cancel 2FA after loginJoas Schilling2016-06-072-1/+3
|/
* remember redirect_url when solving the 2FA challengeChristoph Wurst2016-06-011-1/+6
|
* Allow opening the password reset link in a new window when its a URLJoas Schilling2016-05-241-1/+1
|
* Add two factor auth to coreChristoph Wurst2016-05-232-0/+35
|
* Fix #24655Thomas Müller2016-05-173-0/+0
|
* token based authChristoph Wurst2016-05-111-1/+1
| | | | | | | | * Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token
* Allow login by email addressThomas Müller2016-05-021-2/+2
|
* Suggest cli based updater in case the instance is bigger - #23913Thomas Müller2016-04-181-0/+14
|
* Rename `username` to `loginName`Lukas Reschke2016-04-151-1/+1
| | | | UID and login name are two different things.
* Move login form into controllerLukas Reschke2016-04-151-1/+1
| | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is.
* Add unit testing capabilities for templates (#23708)Thomas Müller2016-04-122-0/+5
| | | | Add unit testing capabilities for templates
* Use proper shortcut methods in templatesMorris Jobke2016-04-062-2/+2
|
* Add detailed logs hidden and show them on requestMorris Jobke2016-04-041-0/+2
|
* Show individual sql schema migration steps during upgrade - on web as well ↵Thomas Müller2016-04-041-1/+7
| | | | as on the command line
* core: Fix typos (found by codespell)Stefan Weil2016-04-041-1/+1
| | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Merge pull request #16857 from owncloud/printStylesheetsC. Montero Luque2016-03-313-3/+12
|\ | | | | Support for print stylesheets
| * support print stylesheetsHendrik Leppelsack2016-01-133-3/+12
| |
* | Consistently use rel=noreferrerLukas Reschke2016-03-201-3/+3
| | | | | | | | When linking to external entities we should consistently use rel=noreferrer