summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5691 from owncloud/switch-to-oc6-documentationblizzz2013-11-051-1/+1
|\
| * move to oc6 documentationThomas Müller2013-11-041-1/+1
* | decode arguments as arrayThomas Müller2013-11-051-1/+1
* | Merge pull request #5582 from owncloud/files-previewcachingThomas Müller2013-11-051-2/+2
|\ \
| * | Append file etag to preview URLsVincent Petry2013-10-281-2/+2
* | | Merge pull request #5673 from owncloud/oc6-windows-server-mssql-masterThomas Müller2013-11-052-11/+3
|\ \ \
| * | | Inherit lastInsertId() from Adapter.Andreas Fischer2013-11-041-5/+0
| * | | WIN: fixing Fatal error: Call to a member function logicToPhysical() on a non...Thomas Mueller2013-11-021-4/+3
| * | | mssql: fixing lastInsertId() implementationThomas Mueller2013-11-021-4/+2
* | | | Merge pull request #5540 from owncloud/scanner-enhancments-masterThomas Müller2013-11-042-3/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | set log level to DEBUGThomas Müller2013-11-041-2/+4
| * | | using array_diff_assoc to detect diffs in values as wellThomas Müller2013-10-251-1/+1
| * | | cast storage_mtime to intThomas Müller2013-10-251-0/+1
| * | | log the data arraysThomas Müller2013-10-241-1/+3
| * | | some logging added ....Thomas Müller2013-10-241-2/+11
* | | | Merge pull request #5544 from owncloud/fixing-3593-2-masterThomas Müller2013-11-042-1/+17
|\ \ \ \
| * | | | add header 'OC-FileId' on PUTThomas Müller2013-10-251-0/+16
| * | | | switch instance id and file idThomas Müller2013-10-251-1/+1
* | | | | replace template function link_to_docs() with \OC_Helper::linkToDocs()Thomas Mueller2013-11-021-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #5551 from owncloud/fix-5202-masterMorris Jobke2013-10-311-1/+5
|\ \ \ \
| * | | | When updating an appstore app, execute a database updateBart Visscher2013-10-251-1/+5
| | |/ / | |/| |
* | | | Merge pull request #5637 from owncloud/fix_privatedataJörn Friedrich Dreyer2013-10-312-50/+60
|\ \ \ \
| * | | | Get rid of the SELECT query. Try UPDATE, on failure INSERT.Andreas Fischer2013-10-311-8/+4
| * | | | fixing undefined index in delete()Thomas Müller2013-10-311-5/+7
| * | | | PHPDoc comment updated - checkLoggedIn() removedThomas Müller2013-10-311-9/+10
| * | | | no need to check if the user is logged inThomas Müller2013-10-311-1/+0
| * | | | fixing php notice: Undefined index keyThomas Müller2013-10-311-1/+1
| * | | | no need to check if the user is logged in - this is already done in the ocs d...Thomas Müller2013-10-311-6/+6
| * | | | Merge branch 'master' into fix_privatedataThomas Müller2013-10-312-1/+4
| |\ \ \ \
| * | | | | fix the privatedata key value storeFrank Karlitschek2013-10-302-43/+55
* | | | | | Merge pull request #5591 from owncloud/home-storageJörn Friedrich Dreyer2013-10-313-2/+52
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'master' into home-storageThomas Müller2013-10-308-50/+131
| |\ \ \ \ \
| * | | | | | dont use the home storage for non-existing usersRobin Appelman2013-10-291-2/+2
| * | | | | | use the new home storage backend when no existing local storage backend exist...Robin Appelman2013-10-292-2/+21
| * | | | | | add specialized storage backend for home foldersRobin Appelman2013-10-291-0/+31
* | | | | | | we should check if a user is logged in before we check for admin privilegeThomas Müller2013-10-301-0/+2
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #5615 from owncloud/fixing-5614-masterLukas Reschke2013-10-301-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Added missing HTTP prefix to the $_SERVER variableLukas Reschke2013-10-301-1/+1
| * | | | | http header OCS-ApiRequest: true is required in case of session based OCS API...Thomas Müller2013-10-291-1/+2
* | | | | | Merge branch 'master' into update-parent-storage-mtimeRobin Appelman2013-10-306-28/+84
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #5603 from owncloud/fix_file_cache_updater_masterVincent Petry2013-10-301-12/+39
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch 'master' into fix_file_cache_updater_masterBjoern Schiessle2013-10-295-16/+45
| | |\ \ \ \ \
| | * | | | | | make sure that also the storage etag gets changedBjoern Schiessle2013-10-291-4/+7
| | * | | | | | make getUidAndFilename() privateBjoern Schiessle2013-10-291-1/+1
| | * | | | | | backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-12/+36
| * | | | | | | use getHome() to delete users dataBjoern Schiessle2013-10-291-3/+3
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #5605 from owncloud/fix_delete_userBjörn Schießle2013-10-292-9/+30
| |\ \ \ \ \ \
| | * | | | | | remove user from cache if he was deleted successfullyBjoern Schiessle2013-10-292-9/+30
| | |/ / / / /
| * | | | | | Merge pull request #5577 from owncloud/fix_urlgenerator_imagepathThomas Müller2013-10-291-5/+5
| |\ \ \ \ \ \
| | * | | | | | use SERVERROOT instead of WEBROOT in all file_exists checks, whitespaceJörn Friedrich Dreyer2013-10-281-5/+5
| | | |/ / / / | | |/| | | |