summaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* refactoring codeVincent Chan2016-02-101-4/+3
|
* Remember previous state of remember login checkboxVincent Chan2016-02-101-1/+6
| | | | fixes #22205
* Move update notification code into appLukas Reschke2016-02-091-5/+1
| | | | | | Moves the update notification code in a single app. This is required since we want to use SSO for the new updater and for this have some code running in ownCloud as well (and we don't want that in core neccessarily). This app can provide that in the future, right now it's only the update notification itself. Will continue working on the SSO right away but wanted to keep the PR small. Furthermore also makes some more code unit-testable...
* Expose display name in JS sideVincent Petry2016-02-021-1/+1
| | | | | Adds a new method `OC.getCurrentUser` to get both the user id and display name Could be used for a future Js
* Remove OC_Helper::imagePath and use the proper public interfaceMorris Jobke2016-01-241-1/+1
|
* move lost controller to core/controllerMorris Jobke2016-01-202-0/+61
| | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword
* Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-173-3/+3
| | | | | Private deprecated function => removed Replaced all instances with suggested replacement
* OC_Helper::linkTo is deprecatedRoeland Jago Douma2015-12-171-1/+1
| | | | Replaced with suggested (and calling body of)
* Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTMLLukas Reschke2015-12-081-1/+1
|
* Remove password reset when the user can not change the passwordJoas Schilling2015-12-071-2/+6
|
* Don't trust update serverLukas Reschke2015-11-281-1/+1
| | | | | | In case the update server may deliver malicious content this would allow an adversary to inject arbitrary HTML into the response. So very bad stuff. While signing the response would be better and something we can also do in the future (considering the code signing work), this is already a good first start.
* update page: fix heading whitespace and unbold less important sectionsJan-Christoph Borchardt2015-11-251-3/+3
|
* Update untrustedDomain.phpJürgen Weigert2015-11-121-1/+1
|
* Merge pull request #20236 from maprambo/safari-pinned-tab-iconThomas Müller2015-11-093-0/+3
|\ | | | | added Safari tabbed pin icon
| * Added Safari tabbed pin iconmaprambo2015-11-043-0/+3
| | | | | | | | Added the necessary code and a black and inverted version of the favicon/ touch icon in svg format
* | Merge pull request #18039 from owncloud/favicon-up-to-ie10Thomas Müller2015-11-063-3/+3
|\ \ | | | | | | Add favicon for IE8-10
| * | Add favicon for IE 8+Morris Jobke2015-11-033-3/+3
| | |
* | | do not bold header of update screenJan-Christoph Borchardt2015-11-051-2/+2
|/ /
* / don't validate searchboxHendrik Leppelsack2015-11-031-1/+1
|/
* Merge pull request #20220 from owncloud/keep-search-openThomas Müller2015-11-021-1/+1
|\ | | | | Keep searchbox open if it is in action
| * keep searchbox open if it is in actionHendrik Leppelsack2015-11-021-1/+1
| |
* | Close the user menu when clicking it againJoas Schilling2015-11-021-1/+1
|/
* Merge pull request #20175 from owncloud/login-arrowThomas Müller2015-10-302-4/+0
|\ | | | | remove unneeded icons from input fields to not distract from submit button, fix #18940
| * remove unneeded icons from input fields to not distract from submit button, ↵Jan-Christoph Borchardt2015-10-302-4/+0
| | | | | | | | fix #18940
* | Allow separate templates for internal and external share notificationsStephen Colebrook2015-10-292-0/+52
|/
* change wording from 'remember' to more understandable 'Stay logged in'Jan-Christoph Borchardt2015-10-231-1/+1
|
* Fix login arrow in login pageVincent Petry2015-09-291-1/+1
|
* fix loginHendrik Leppelsack2015-09-251-1/+1
|
* Merge pull request #18709 from owncloud/cleanup-login-semanticsThomas Müller2015-09-211-2/+1
|\ | | | | Pushes input inside the bottom group - login.
| * Squashing all commits in one, remove typos.Raghu Nayyar2015-09-121-2/+1
| |
* | Merge pull request #17998 from owncloud/highres_avatarThomas Müller2015-09-161-2/+4
|\ \ | | | | | | Highres avatar in top bar
| * | Use srcset to select best avatar sizeRoeland Jago Douma2015-09-141-2/+4
| | | | | | | | | | | | * Allow the browser to select the best available avatar for the screen
* | | use label:before instead of labelHendrik Leppelsack2015-09-161-2/+2
| | |
* | | Fixes white and black checkboxes in core, files will be next.Raghu Nayyar2015-09-161-1/+1
|/ /
* / Prevent referer from being sentLukas Reschke2015-09-093-0/+3
|/ | | | Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer.
* use SVG for toggle image instead of PNG, fix installation and personal ↵Jan-Christoph Borchardt2015-09-031-2/+2
| | | | settings toggle
* add title attribute for the login buttonChristoph Wurst2015-09-021-1/+1
|
* show feedback spinner for log in processJan-Christoph Borchardt2015-08-271-1/+2
|
* move log in button into fields and use icon instead of textJan-Christoph Borchardt2015-08-271-3/+6
|
* Merge pull request #18254 from owncloud/mitigate-breachMorris Jobke2015-08-241-1/+1
|\ | | | | Add mitigation against BREACH
| * Remove search box $_POST since it is unusedLukas Reschke2015-08-141-1/+1
| |
* | fix wording of update headerJan-Christoph Borchardt2015-08-201-2/+2
| |
* | Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-3/+17
|\ \ | |/ |/| Display app names in update page for app updates
| * Additions to update pageVincent Petry2015-08-201-6/+5
| | | | | | | | | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list.
| * Display app names in update page for app updatesVincent Petry2015-08-191-0/+15
| | | | | | | | | | Whenever the update page is displayed for apps, show app names instead of the core update text.
* | more understandable 'Wrong password' feedbackJan-Christoph Borchardt2015-08-121-2/+1
| |
* | Merge pull request #17966 from owncloud/remove-mssqlThomas Müller2015-07-291-2/+1
|\ \ | | | | | | Remove remainings of mssql
| * | Remove remainings of mssqlThomas Müller2015-07-291-2/+1
| |/
* / add theme-color for better Android browser integrationJan-Christoph Borchardt2015-07-293-0/+3
|/
* Changed a p element by a div Brewal2015-06-081-2/+2
| | | A p element cannot contain a div element (here `<div style="clear: both;"></div>`). It should be change by a div element to fits standards.