summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix doc blockJoas Schilling2016-05-031-1/+1
| * | | | | | Use internal tag so IDEs highlight the usageJoas Schilling2016-05-031-2/+1
| |/ / / / /
* | | | | | Merge pull request #24405 from owncloud/user_db_capped_cacheThomas Müller2016-05-031-1/+11
|\ \ \ \ \ \
| * | | | | | Use a CappedCache in the user database backendRoeland Jago Douma2016-05-031-1/+11
| |/ / / / /
* | | | | | Move \OC\Log to PSR-4Roeland Jago Douma2016-05-035-0/+0
* | | | | | Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma2016-05-035-11/+17
|/ / / / /
* | | | | Merge pull request #24375 from owncloud/archive_moveLukas Reschke2016-05-034-23/+29
|\ \ \ \ \
| * | | | | Move OC_Archive to \OC\Archive\ArchiveRoeland Jago Douma2016-05-024-7/+6
| * | | | | Move OC_Archive_XX to PSR-4Roeland Jago Douma2016-05-023-20/+27
* | | | | | Merge pull request #24386 from owncloud/psr4-for-appsMorris Jobke2016-05-031-2/+21
|\ \ \ \ \ \
| * | | | | | Use lib/ instead of src/ because that is what people are used toJoas Schilling2016-05-021-1/+1
| * | | | | | Register the PSR-4 path on loadAppJoas Schilling2016-05-021-2/+21
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #24381 from owncloud/correc_typehintRoeland Douma2016-05-031-1/+1
|\ \ \ \ \ \
| * | | | | | Use correct typehintRoeland Jago Douma2016-05-021-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #24380 from owncloud/move-activity-manager-to-namespaceRoeland Douma2016-05-032-4/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move activity manager to the namespaceJoas Schilling2016-05-022-4/+3
| |/ / / /
* | | | | Merge pull request #24322 from owncloud/install-and-uninstall-repair-stepsThomas Müller2016-05-026-76/+69
|\ \ \ \ \
| * | | | | Move uninstall repair step execution to the correct placeThomas Müller2016-05-022-7/+12
| * | | | | Repair steps no longer implement the Emitter interfaceThomas Müller2016-05-021-11/+0
| * | | | | Fix installer file locationThomas Müller2016-05-021-0/+0
| * | | | | OC_Installer -> \OC\InstallerThomas Müller2016-05-024-30/+34
| * | | | | Adding repair steps for install and uninstall - fixes #24306Thomas Müller2016-05-023-35/+30
| | |_|_|/ | |/| | |
* | | | | Merge pull request #24229 from owncloud/session-id-wrapperRoeland Douma2016-05-023-2/+45
|\ \ \ \ \
| * | | | | throw SessionNotAvailableException if session_id returns empty stringChristoph Wurst2016-04-263-4/+17
| * | | | | add ISession::getId() wrapper for session_idChristoph Wurst2016-04-253-0/+30
* | | | | | Merge pull request #24336 from owncloud/issue-24328-remove-password-from-exce...Thomas Müller2016-05-021-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Remove the password from the validateUserPass() method as wellJoas Schilling2016-05-021-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #24327 from owncloud/better-callForAllUsers-performanceThomas Müller2016-05-021-6/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | When we iterate over all users that might be too much memoryJoas Schilling2016-04-281-4/+9
| * | | | Don't loop over the backends, we already know where the user should beJoas Schilling2016-04-281-3/+3
* | | | | Merge pull request #24341 from owncloud/scan-nfd-showwarningMorris Jobke2016-05-021-13/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix SMB storage to not normalize UTF8Vincent Petry2016-04-291-13/+8
* | | | | Move lonely file from \OC\Files to PSR-4Roeland Jago Douma2016-05-011-0/+0
* | | | | Move \OC\Group to PSR-4Roeland Jago Douma2016-05-013-0/+0
* | | | | Move old classes to legacyRoeland Jago Douma2016-05-014-0/+0
* | | | | Merge pull request #24360 from owncloud/cleanup_non_psr4Thomas Müller2016-05-0120-1/+1
|\ \ \ \ \
| * | | | | Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-3020-1/+1
* | | | | | Merge pull request #24212 from owncloud/no_need_to_prop_etag_on_sharesRoeland Douma2016-04-301-1/+1
|\ \ \ \ \ \
| * | | | | | Properly get the internal path for a cachejail moveRoeland Jago Douma2016-04-301-1/+1
| |/ / / / /
* | | | | | Merge pull request #24207 from owncloud/cache-mount-providerRoeland Douma2016-04-303-20/+78
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | mount custom cache folder using mount providersRobin Appelman2016-04-293-20/+78
* | | | | | Merge pull request #24335 from owncloud/warning-for-wrongly-done-storage-wrap...Thomas Müller2016-04-292-0/+20
|\ \ \ \ \ \
| * | | | | | Add a warning if a storage wrapper was registered outside of the hookJoas Schilling2016-04-292-0/+20
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #24299 from owncloud/availability-avoid-concurrencyThomas Müller2016-04-291-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Prevent concurrent availability checksRobin McCorkell2016-04-261-0/+4
* | | | | | Merge pull request #24357 from owncloud/psr_more2Thomas Müller2016-04-2919-0/+0
|\ \ \ \ \ \
| * | | | | | Move more from \OC to PSR-4Roeland Jago Douma2016-04-2919-0/+0
* | | | | | | Merge pull request #24350 from owncloud/locking-release-memoryVincent Petry2016-04-292-2/+11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | optimize releaselock for memcache based locking backendsRobin Appelman2016-04-292-2/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #24351 from owncloud/capped-normalized-cacheMorris Jobke2016-04-291-1/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |