summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Expand)AuthorAgeFilesLines
* [stable9.1] Merge pull request #26295 from owncloud/analyse-dependencies-on-a...Vincent Petry2016-10-131-10/+27
* [stable9.1] Don't parse info.xml but reuse already cached app infos - fixes #...Thomas Müller2016-10-101-1/+16
* [stable9.1] Changed request to not add a prefix to the url (#26256)Sergio Bertolín2016-10-041-0/+1
* Disable NFD encoding wrapper by defaultVincent Petry2016-08-161-1/+1
* [stable9.1] Merge pull request #25652 from owncloud/fix-getQuota-on-nullVincent Petry2016-08-111-5/+9
* [stable9.1] Use explode() instead of split() - fixes #25483 (#25488) (#25499)Thomas Müller2016-07-241-1/+1
* [stable9.1] Workaround to check htaccess in case of redirects (#25434)Vincent Petry2016-07-131-1/+2
* redirect to new login route (#25099)Christoph Wurst2016-06-211-5/+6
* Check 2FA state for raw php files tooChristoph Wurst2016-06-102-1/+8
* Merge pull request #25000 from owncloud/fix-email-login-davVincent Petry2016-06-091-2/+2
|\
| * Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-091-2/+2
* | Merge pull request #25014 from owncloud/admin-datadircheck-fixVincent Petry2016-06-091-13/+24
|\ \ | |/ |/|
| * Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-071-13/+24
* | dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-071-1/+3
|/
* Fix second check for quota size (#24989)Joas Schilling2016-06-061-1/+1
* Merge pull request #24936 from owncloud/2fa-block-ocsVincent Petry2016-06-021-0/+4
|\
| * block OCS if 2FA challenge needs to be solved firstChristoph Wurst2016-06-011-0/+4
* | Merge pull request #24946 from owncloud/issue-24943-duplicate-downgrade-unsup...Vincent Petry2016-06-021-0/+5
|\ \
| * | Do not show the hint when it's the same as the messageJoas Schilling2016-06-011-0/+5
| |/
* / Fix URL for client downloadsJoas Schilling2016-06-011-1/+1
|/
* Merge pull request #24912 from owncloud/session-tokens-apache-authVincent Petry2016-06-011-0/+2
|\
| * Create session tokens for apache auth usersChristoph Wurst2016-05-311-0/+2
* | Properly check for mbstring extensionLukas Reschke2016-05-311-1/+1
|/
* Update license headersLukas Reschke2016-05-2630-67/+60
* Changed labels of chunk TTL to mention chunksVincent Petry2016-05-241-1/+1
* Move cache chunk TTL value to FileChunking classVincent Petry2016-05-241-1/+9
* Merge pull request #24750 from owncloud/lenz1111-share_download_range_request...Vincent Petry2016-05-231-12/+131
|\
| * Code style and doc fixPiotr Filiciak2016-05-231-6/+6
| * Http Range requests support in downloadsPiotr Filiciak2016-05-201-12/+131
* | Add encoding wrapper as opt-in mount optionVincent Petry2016-05-201-4/+2
* | Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-0/+9
|/
* Group fixup (#24621)Roeland Douma2016-05-173-424/+8
* Move functions.php to legacyRoeland Jago Douma2016-05-132-1/+266
* lib/private/ocs to PSR-4 (#24558)Roeland Douma2016-05-125-0/+135
* Merge pull request #24531 from owncloud/psr4-loading-for-install-and-commandsThomas Müller2016-05-111-1/+2
|\
| * Correctly register autoloading before install.php and loading commandsJoas Schilling2016-05-111-1/+2
* | fix PHPDoc and other minor issuesChristoph Wurst2016-05-111-1/+1
* | pass in $request on OCS apiChristoph Wurst2016-05-111-1/+2
* | fix setupChristoph Wurst2016-05-111-32/+0
* | Add token auth for OCS APIsChristoph Wurst2016-05-111-27/+16
* | Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-1/+1
* | token based authChristoph Wurst2016-05-112-24/+4
|/
* Merge pull request #24433 from owncloud/user_psr4Thomas Müller2016-05-113-1/+96
|\
| * Add \OC\User\BackendRoeland Jago Douma2016-05-101-132/+1
| * Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-102-348/+1
| * Move OC_User_XX to legacy folderRoeland Jago Douma2016-05-103-0/+573
* | Merge pull request #24379 from owncloud/remove-unneeded-codeLukas Reschke2016-05-101-31/+0
|\ \ | |/ |/|
| * Remove unneeded private wrapper methodsMorris Jobke2016-05-021-31/+0
* | Merge pull request #24410 from owncloud/fix_24182Björn Schießle2016-05-041-2/+5
|\ \
| * | first call the post_login hooks, before we call getUserFolder.Björn Schießle2016-05-031-2/+5