summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated HTTPHelperThomas Müller2016-04-184-24/+34
|
* Move version check code out of class UpdaterThomas Müller2016-04-1810-317/+422
|
* Merge pull request #24058 from owncloud/fix-notification-pathsThomas Müller2016-04-181-2/+2
|\ | | | | Adjust notification paths to PSR-4
| * Adjust notification paths to PSR-4Joas Schilling2016-04-181-2/+2
|/
* Merge pull request #23947 from owncloud/login-to-ctrlLukas Reschke2016-04-189-49/+398
|\ | | | | Move login form into controller
| * Also check for an empty stringLukas Reschke2016-04-151-4/+4
| | | | | | | | PHP. Yay.
| * Keep used username in URLLukas Reschke2016-04-151-1/+8
| | | | | | | | This is required until the new controller can also handle POST requests
| * Rename `username` to `loginName`Lukas Reschke2016-04-153-8/+8
| | | | | | | | UID and login name are two different things.
| * Use !== instead of emptyLukas Reschke2016-04-152-4/+42
| | | | | | | | Users can be named null
| * Move login form into controllerLukas Reschke2016-04-159-48/+352
| | | | | | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is.
* | Merge pull request #24050 from owncloud/notification_psr4Thomas Müller2016-04-183-0/+0
|\ \ | | | | | | Move \OC\Notification to PSR-4
| * | Move \OC\Notification to PSR-4Roeland Jago Douma2016-04-183-0/+0
| | |
* | | Merge pull request #23268 from ↵Thomas Müller2016-04-181-0/+1
|\ \ \ | |/ / |/| | | | | | | | owncloud/range-requests-should-not-block-the-session Close session for publicwebdav
| * | Close session for publicwebdavLukas Reschke2016-03-151-0/+1
| | | | | | | | | | | | We need to close the session otherwise streaming will lead to a blocked ownCloud.
* | | Merge pull request #24048 from owncloud/memcache_psr-4Thomas Müller2016-04-1811-0/+0
|\ \ \ | | | | | | | | Move \OC\Memcache to PSR-4
| * | | Move \OC\Memcache to PSR-4Roeland Jago Douma2016-04-1811-0/+0
|/ / /
* | | Merge pull request #24036 from owncloud/db_psr4Morris Jobke2016-04-1731-0/+0
|\ \ \ | | | | | | | | Move \OC\DB to PSR-4
| * | | Move \OC\DB to PSR-4Roeland Jago Douma2016-04-1531-0/+0
| | | | | | | | | | | | | | | | | | | | Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder)
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-1710-16/+32
| | | |
* | | | Merge pull request #23936 from owncloud/update_3rdpartyLukas Reschke2016-04-161-0/+0
|\ \ \ \ | | | | | | | | | | update 3rdparty to latest JSqueeze
| * | | | update 3rdparty to latest JSqueezeGeorg Ehrke2016-04-121-0/+0
| | | | |
* | | | | Merge pull request #23978 from owncloud/integration-test-remaining-from-qa-26Lukas Reschke2016-04-162-0/+28
|\ \ \ \ \ | | | | | | | | | | | | Added test case about downloading a file inside a folder with range
| * | | | | Added test case about downloading a file inside a folder with rangeSergio Bertolin2016-04-132-0/+28
| | | | | |
* | | | | | Merge pull request #24020 from owncloud/update-sample-commandLukas Reschke2016-04-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix deprecated usages of libre office commands
| * | | | | | Fix deprecated usagesJoas Schilling2016-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warning: -convert-to is deprecated. Use --convert-to instead. Warning: -outdir is deprecated. Use --outdir instead.
* | | | | | | Merge pull request #24030 from owncloud/integration-tests-improved-resharingLukas Reschke2016-04-161-0/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added test case for QA-94
| * | | | | | | Added test case for QA-94Sergio Bertolin2016-04-151-0/+14
| | | | | | | |
* | | | | | | | Merge pull request #23939 from owncloud/stricter-csp-for-dav-backendLukas Reschke2016-04-162-2/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Employ a stricter Content Security Policy on remote.php
| * | | | | | | | Employ a stricter Content Security Policy on remote.phpLukas Reschke2016-04-122-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Items sent by remote.php have not to be interpreted by browsers in any way.
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-162-0/+4
| | | | | | | | |
* | | | | | | | | Merge pull request #24017 from owncloud/share-permissions-namespaceThomas Müller2016-04-152-21/+21
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Move share-permissions property namespace
| * | | | | | | | Move share-permissions property namespaceRoeland Jago Douma2016-04-152-21/+21
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/23741
* | | | | | | | Merge pull request #24031 from owncloud/comments_psr4Thomas Müller2016-04-153-0/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Move \OC\Comments to PSR-4
| * | | | | | | Move \OC\Comments to PSR-4Roeland Jago Douma2016-04-153-0/+0
|/ / / / / / /
* | | | | | | Merge pull request #23933 from owncloud/remember-file-sortingThomas Müller2016-04-1510-16/+161
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | remember file sort order
| * | | | | | | fix default value, update js/php testsChristoph Wurst2016-04-136-17/+116
| | | | | | | |
| * | | | | | | persist file sorting changesChristoph Wurst2016-04-137-8/+47
| | | | | | | |
| * | | | | | | load file sorting mode from the dbChristoph Wurst2016-04-134-2/+9
| | | | | | | |
* | | | | | | | Merge pull request #24023 from owncloud/command_psr4Thomas Müller2016-04-156-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Move \OC\Command to PSR-4
| * | | | | | | | Move \OC\Command to PSR-4Roeland Jago Douma2016-04-156-0/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #24024 from owncloud/dropbox-autoloadThomas Müller2016-04-151-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fix loading the dropbox autoloader
| * | | | | | | Fix loading the dropbox autoloaderRobin Appelman2016-04-151-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #24016 from owncloud/cache_psr4Roeland Douma2016-04-152-0/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Move \OC\Cache to PSR-4
| * | | | | | Move \OC\Cache to PSR-4Roeland Jago Douma2016-04-152-0/+0
|/ / / / / /
* | | | | | Merge pull request #24013 from owncloud/session_psr4Thomas Müller2016-04-155-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move \OC\Session to PSR-4
| * | | | | | Move \OC\Session to PSR-4Roeland Jago Douma2016-04-155-0/+0
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-1510-36/+66
|/ / / / / /
* | | | | | Merge pull request #24007 from owncloud/security_psr4Thomas Müller2016-04-1413-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move \OC\Security to PSR-4
| * | | | | | Move \OC\Security to PSR-4Roeland Jago Douma2016-04-1413-0/+0
| | | | | | |
* | | | | | | Merge pull request #23998 from owncloud/translate-birthdayThomas Müller2016-04-145-17/+54
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Translate contacts birthday