summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* initial implementation of activity managerThomas Müller2013-09-294-0/+73
* Merge branch 'appframework-master' into activities-apiThomas Müller2013-09-2958-1355/+2057
|\
| * initialize $middleWaresThomas Müller2013-09-281-1/+1
| * delay middleware registrationsThomas Müller2013-09-271-4/+9
| * fixing error in initialization of TagManagerThomas Müller2013-09-271-1/+1
| * Merge branch 'master' into appframework-masterThomas Müller2013-09-278-42/+48
| |\
| | * Merge pull request #4207 from owncloud/search_shared_filesThomas Müller2013-09-271-3/+3
| | |\
| | | * adding PHPDoc comments to getBackendThomas Müller2013-09-241-2/+2
| | | * add initial search in shared filesJörn Friedrich Dreyer2013-09-191-1/+1
| | * | Merge pull request #5001 from owncloud/fixing-user-external-backends-masterMorris Jobke2013-09-271-0/+1
| | |\ \
| | | * | prelogin apps have to be loaded within setupBackend() otherwise required clas...Thomas Müller2013-09-261-0/+1
| | * | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-271-0/+3
| | * | | manager checkPassword now returns User object, adjust internal user class acc...Arthur Schiwon2013-09-251-1/+1
| | |/ /
| | * | Merge pull request #4968 from owncloud/user_checkpwdThomas Müller2013-09-256-39/+41
| | |\ \
| | | * | Adjust Tests and satisfy themArthur Schiwon2013-09-241-4/+6
| | | * | Fix docArthur Schiwon2013-09-241-1/+1
| | | * | Fix return value from User object to User IDArthur Schiwon2013-09-241-1/+1
| | | * | === not ==Arthur Schiwon2013-09-241-1/+1
| | | * | User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-246-38/+38
| * | | | Merge pull request #4892 from owncloud/vcategories_publicThomas Müller2013-09-257-822/+945
| |\ \ \ \
| | * | | | Add factory class for the server container.Thomas Tanghus2013-09-246-19/+140
| | * | | | Fix conflictThomas Tanghus2013-09-231-3/+4
| | |\ \ \ \
| | | * | | | Use fetchOne() instead of numRows() when doing a COUNT(*).Thomas Tanghus2013-09-231-1/+1
| | | * | | | Forgot to return false if add() didn't add anything.Thomas Tanghus2013-09-231-0/+1
| | | * | | | Added more error checking in add()Thomas Tanghus2013-09-231-5/+13
| | | * | | | Updated method names and added a few more tests.Thomas Tanghus2013-09-192-9/+9
| | | * | | | fixing namespaces and rename hasCategory to hasTagThomas Müller2013-09-181-9/+9
| | | * | | | Merge branch 'appframework-master' into vcategories_publicThomas Müller2013-09-1817-94/+311
| | | |\ \ \ \
| | | * | | | | OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-185-833/+813
| | | * | | | | Merge branch 'appframework-master' into vcategories_publicThomas Tanghus2013-09-1793-483/+6833
| | | |\ \ \ \ \
| | | * | | | | | More trimmingThomas Tanghus2013-09-041-3/+15
| | * | | | | | | Use fetchOne() instead of numRows() when doing a COUNT(*).Thomas Tanghus2013-09-231-1/+1
| | * | | | | | | Forgot to return false if add() didn't add anything.Thomas Tanghus2013-09-231-0/+1
| | * | | | | | | Added more error checking in add()Thomas Tanghus2013-09-231-5/+13
| | * | | | | | | Updated method names and added a few more tests.Thomas Tanghus2013-09-232-9/+9
| | * | | | | | | fixing namespaces and rename hasCategory to hasTagThomas Müller2013-09-231-9/+9
| | * | | | | | | OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-235-835/+815
| | * | | | | | | More trimmingThomas Tanghus2013-09-231-3/+15
| * | | | | | | | stripos return value checkThomas Müller2013-09-251-1/+1
| * | | | | | | | class API decommissioning part 1Thomas Müller2013-09-252-285/+21
| * | | | | | | | AppFramework:Thomas Müller2013-09-252-25/+37
| * | | | | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-2531-110/+478
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-241-0/+2
| | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Do not recheck $cacheData. Move if($reuseExisting) under if($cacheData).Andreas Fischer2013-09-241-27/+27
| | * | | | | | clear permissions cache when scanning a fileRobin Appelman2013-09-241-3/+12
| | * | | | | | Merge pull request #4869 from owncloud/fixing-4866-masterThomas Müller2013-09-232-2/+25
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge remote-tracking branch 'owncloud/master' into fixing-4866-masterAndreas Fischer2013-09-2329-99/+424
| | | |\ \ \ \ \ \
| | | * | | | | | | Move bool to int conversion to buildParts(), so it also happens for update().Andreas Fischer2013-09-211-1/+3
| | | * | | | | | | Only update the etag. Do not re-submit any other unchanged data.Andreas Fischer2013-09-201-2/+3
| | | * | | | | | | Use update() instead of put().Andreas Fischer2013-09-201-3/+1