summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Suggest cli based updater in case the instance is bigger - #23913Thomas Müller2016-04-182-1/+23
|
* Merge pull request #23947 from owncloud/login-to-ctrlLukas Reschke2016-04-184-2/+155
|\ | | | | Move login form into controller
| * Also check for an empty stringLukas Reschke2016-04-151-4/+4
| | | | | | | | PHP. Yay.
| * Rename `username` to `loginName`Lukas Reschke2016-04-152-5/+5
| | | | | | | | UID and login name are two different things.
| * Use !== instead of emptyLukas Reschke2016-04-151-4/+4
| | | | | | | | Users can be named null
| * Move login form into controllerLukas Reschke2016-04-154-1/+154
| | | | | | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-172-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-162-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-152-36/+58
|
* Merge pull request #23994 from owncloud/log-in-imageThomas Müller2016-04-142-20/+11
|\ | | | | use background image for log in view
| * use background image for log in viewJan-Christoph Borchardt2016-04-142-20/+11
| |
* | Merge pull request #22760 from owncloud/tooltip-cssfixThomas Müller2016-04-141-0/+1
|\ \ | | | | | | add word wrap to tooltips. Fixes #22746
| * | add word wrap to tooltipsErik Pellikka2016-03-021-0/+1
| | |
* | | close navigation menu when opening app in new tab (#23914)Christoph Wurst2016-04-141-0/+4
| | |
* | | add loading feedback to user menu entries (#23916)Christoph Wurst2016-04-142-0/+21
| | | | | | | | | fixes #19857
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-142-0/+2
| |/ |/|
* | Use 6 months as SSL STS header thresholdMorris Jobke2016-04-132-5/+5
| | | | | | | | | | | | * this uses 6 months (6 * 30 * 24 * 60 * 60 = 15552000) * old value was half a year (365 / 2 * 24 * 60 * 60 = 15768000) * fixes #23957
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-1310-12/+608
| |
* | Add unit testing capabilities for templates (#23708)Thomas Müller2016-04-122-0/+5
| | | | | | | | Add unit testing capabilities for templates
* | Checkboxes (#23063)Hendrik Leppelsack2016-04-122-19/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove ie8 fixes for checkboxes * add indeterminate style to checkboxes * add styles for radio inputs * add missing checkbox-mixed-disabled icon * fix white radios * remove unnecessary png file
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-122-0/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-112-0/+12
| |
* | Added white download iconsskjnldsv2016-04-103-0/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-102-2/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-09120-98/+148
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-07122-2168/+2206
| |
* | Updated color generatorJohn Molakvoæ2016-04-061-5/+23
| | | | | | | | Separated the main function to allow special use without dom manipulation.
* | Merge pull request #23819 from owncloud/move-core-completely-to-psr4Roeland Douma2016-04-0658-0/+0
|\ \ | | | | | | Move OC/Core completely to PSR-4
| * | Rename files to be PSR-4 compliantLukas Reschke2016-04-0658-0/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-062-0/+8
| | |
* | | Use proper shortcut methods in templatesMorris Jobke2016-04-062-2/+2
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-0688-92/+78
| |
* | Move OC\Core and OC\Settings to composer autoloaderLukas Reschke2016-04-051-0/+0
| |
* | Merge pull request #23677 from owncloud/db-schema-migration-feedbackThomas Müller2016-04-055-24/+146
|\ \ | | | | | | Show individual sql schema migration steps during upgrade - on web as…
| * | Fix verbose output of upgrade command - not progressbar in this case and the ↵Thomas Müller2016-04-042-16/+27
| | | | | | | | | | | | schema migration test has one progressbar now for all tables - before we had one progressbar for each table
| * | Add detailed logs hidden and show them on requestMorris Jobke2016-04-044-10/+42
| | |
| * | Limit the message to the console to the first 30 characters in order to not ↵Thomas Müller2016-04-041-1/+5
| | | | | | | | | | | | break the progress bar
| * | Show individual sql schema migration steps during upgrade - on web as well ↵Thomas Müller2016-04-045-19/+94
| | | | | | | | | | | | as on the command line
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-0584-160/+10
|/ /
* | core: Fix typos (found by codespell)Stefan Weil2016-04-047-9/+9
| | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | Merge pull request #23638 from owncloud/new-placeholder-colours-generatorJan-Christoph Borchardt2016-04-031-6/+56
|\ \ | | | | | | New colour generator
| * | New colour generatorJohn Molakvoæ2016-04-011-6/+56
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-022-0/+36
| | |
* | | Merge pull request #23487 from owncloud/core-globalajaxerrorwhengoingawayVincent Petry2016-04-012-7/+77
|\ \ \ | | | | | | | | Detect user navigating away, don't interpret as ajax error
| * | | Adjust core unit tests for unload/reload casesVincent Petry2016-03-232-6/+43
| | | |
| * | | Stronger fix for navigate away detectionVincent Petry2016-03-221-2/+10
| | | |
| * | | Firefox returns 303 on cross-domain redirectVincent Petry2016-03-221-1/+1
| | | | | | | | | | | | | | | | Added 303 to catch SSO cross-domain redirect in Firefox.
| * | | Detect user navigating away, don't interpret as ajax errorVincent Petry2016-03-221-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a user navigates away, all ajax calls will fail with the same result like a cross-domain redirect (SSO). To distinguish these cases, we need to detect whether the error is a result of the user navigating away. For this, we introduce a new flag that will be set in "beforeunload". Additional handling was required for false positives in case "beforeunload" is used (ex: cancelled upload) and the user cancelled the navigation.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-012-0/+42
| | | |
* | | | Merge pull request #16857 from owncloud/printStylesheetsC. Montero Luque2016-03-313-3/+12
|\ \ \ \ | | | | | | | | | | Support for print stylesheets