summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* remove IDb interface from core class usageBernhard Posselt2015-02-252-4/+4
* owncloud -> ownCloudThomas Müller2015-02-251-2/+2
* deprecate getters for deprecated classBernhard Posselt2015-02-251-1/+1
* migrate to IDBConnectionBernhard Posselt2015-02-251-5/+182
* Merge pull request #14494 from owncloud/fix-oracle-masterLukas Reschke2015-02-251-41/+33
|\
| * using Doctrine\DBAL\Connection::executeUpdate()Thomas Müller2015-02-251-41/+33
* | Merge pull request #14508 from owncloud/tagmanager-nouserVincent Petry2015-02-251-0/+5
|\ \
| * | Return null when requesting tags for null userVincent Petry2015-02-251-0/+5
* | | Merge pull request #14490 from owncloud/remove-unused-deprecated-codeClark Tomlinson2015-02-251-10/+0
|\ \ \ | |/ / |/| |
| * | Remove unused and deprecated CodeLukas Reschke2015-02-251-10/+0
| |/
* | Merge pull request #14500 from owncloud/fileglobalgc-cleanupThomas Müller2015-02-252-28/+46
|\ \
| * | Cleanup garbage collection for global file cacheRobin Appelman2015-02-252-28/+46
| |/
* | Merge pull request #10735 from owncloud/use_remote_addrRobin McCorkell2015-02-251-4/+1
|\ \ | |/ |/|
| * Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-4/+1
* | Merge pull request #14458 from owncloud/revive/11157Thomas Müller2015-02-251-3/+9
|\ \
| * | Use [0] instead of current as HHVM might have problems with thatLukas Reschke2015-02-241-1/+1
| * | Get the real protocol behind several proxiesLukas Reschke2015-02-241-3/+9
| |/
* | Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller2015-02-2526-1331/+802
|\ \
| * | Remove locks plugin.Thomas Müller2015-02-251-171/+0
| * | Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke2015-02-231-0/+43
| * | Sabre Update to 2.1Vincent Petry2015-02-2325-1176/+775
* | | Merge pull request #14213 from AW-UC/naturalsort_defaultcollator-patch-file-s...Vincent Petry2015-02-252-3/+20
|\ \ \
| * | | Fix sorting for files that only differ in case.AW-UC2015-02-241-5/+8
| * | | Add constructor to inject collatorAW-UC2015-02-201-0/+13
| * | | provide case-insensitive natural sortingAW-UC2015-02-181-4/+5
* | | | Merge pull request #14195 from owncloud/activity-manager-performance-improvem...Lukas Reschke2015-02-241-33/+75
|\ \ \ \
| * | | | Order methods to by grouped by their taskJoas Schilling2015-02-131-43/+43
| * | | | Check whether filter is valid, before doing stuff for itJoas Schilling2015-02-131-1/+12
| * | | | Cache some values from the extensionsJoas Schilling2015-02-131-0/+31
* | | | | Merge pull request #14282 from owncloud/disable-non-shipped-apps-masterThomas Müller2015-02-243-72/+79
|\ \ \ \ \
| * | | | | 3rd-party apps are only disabled in case core is upgradedThomas Müller2015-02-241-0/+14
| * | | | | shipped and 3rd-party apps of type authentication and session will remain ena...Thomas Müller2015-02-241-3/+11
| * | | | | 3rd-party apps are disabled on upgrade - refs #14026Thomas Müller2015-02-243-72/+57
| | |_|_|/ | |/| | |
* | | | | Merge pull request #11555 from goodkiller/patch-1Joas Schilling2015-02-241-1/+2
|\ \ \ \ \
| * | | | | Update group.phpgoodkiller2014-10-141-1/+2
* | | | | | Merge pull request #13340 from owncloud/use-http-onlyLukas Reschke2015-02-241-10/+13
|\ \ \ \ \ \
| * | | | | | Use "HTTPOnly" for cookies when logging outLukas Reschke2015-01-141-10/+13
* | | | | | | Dont break code which relies on the cursor being open after insert/update/deleteBernhard Posselt2015-02-241-1/+0
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #14009 from owncloud/installing-installed-apps-is-stupidThomas Müller2015-02-243-99/+108
|\ \ \ \ \ \
| * | | | | | app store can be used with any editionThomas Müller2015-02-231-3/+1
| * | | | | | don't allow installation of already installed apps - fixes #14004Thomas Müller2015-02-233-99/+110
* | | | | | | Merge pull request #14442 from owncloud/fix-oracle-ci-masterLukas Reschke2015-02-241-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Close the cursor after the affected count has been extracted.Thomas Müller2015-02-231-1/+2
* | | | | | | Merge pull request #14416 from owncloud/setup-commandThomas Müller2015-02-235-25/+34
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | properly initialize OC::$WEBROOT and host nameThomas Müller2015-02-231-1/+1
| * | | | | | Fix namespace of OC_Setup -> \OC\SetupThomas Müller2015-02-234-24/+33
| |/ / / / /
* | | | | | Merge pull request #14119 from owncloud/dbal251Thomas Müller2015-02-231-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Skip primary index if the table has oneVictor Dubiniuk2015-02-161-0/+3
* | | | | | Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-235-111/+166
|\ \ \ \ \ \
| * | | | | | allow overwriting the appmanager in oc_util by subclassingRobin Appelman2015-02-181-1/+5