Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -4/+1 |
| | |||||
* | Merge pull request #21844 from owncloud/drop-image-path | Thomas Müller | 2016-01-25 | 1 | -2/+2 |
|\ | | | | | Remove OC_Helper::imagePath and use the proper public interface | ||||
| * | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-25 | 2 | -0/+4 |
|/ | |||||
* | Merge pull request #21117 from owncloud/owner-file-exists | Thomas Müller | 2016-01-15 | 1 | -13/+6 |
|\ | | | | | Only return an owner if the file exists + improved getUidAndFilename | ||||
| * | handle not found in trash hook | Robin Appelman | 2016-01-11 | 1 | -1/+5 |
| | | |||||
| * | de-deplicate getUidAndFilename | Robin Appelman | 2016-01-11 | 1 | -12/+1 |
| | | |||||
* | | Merge pull request #21544 from owncloud/trashbin-permissions | Thomas Müller | 2016-01-15 | 1 | -0/+3 |
|\ \ | | | | | | | set etag and permission fields for trashbin entries | ||||
| * | | set etag and permission fields for trashbin entries | Robin Appelman | 2016-01-08 | 1 | -0/+3 |
| |/ | |||||
* / | Happy new year! | Thomas Müller | 2016-01-12 | 28 | -35/+43 |
|/ | |||||
* | Merge pull request #21498 from owncloud/cleanup-OC_DB | Thomas Müller | 2016-01-07 | 1 | -6/+0 |
|\ | | | | | Cleanup OC_DB methods | ||||
| * | Remove OC_DB::dropTable | Morris Jobke | 2016-01-07 | 1 | -6/+0 |
| | | |||||
* | | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
| | | |||||
* | | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-07 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-05 | 2 | -0/+4 |
| | |||||
* | Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType | Thomas Müller | 2015-12-18 | 2 | -2/+2 |
|\ | | | | | Use proper public API for OC_Helper::getFileNameMimeType | ||||
| * | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 2 | -2/+2 |
| | | |||||
* | | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 2 | -2/+4 |
| | | | | | | | | Replaced with proper OCP calls | ||||
* | | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
|/ | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-17 | 2 | -4/+4 |
| | |||||
* | skip test if we cant use the filesystem when not logged in | Robin Appelman | 2015-12-11 | 1 | -2/+5 |
| | |||||
* | Fix thrashbin wrapper when no user is loggedin | Robin Appelman | 2015-12-11 | 2 | -2/+13 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-12-09 | 2 | -0/+2 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 2 | -9/+23 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #20796 from owncloud/cleanup-trashbin-code | Thomas Müller | 2015-12-07 | 1 | -15/+6 |
|\ | | | | | Cleanup trashbin expire code | ||||
| * | Cleanup trashbin expire code | Morris Jobke | 2015-11-30 | 1 | -15/+6 |
| | | | | | | | | * requested by @schiesbn | ||||
* | | Replace old config code with usage of proper APIs | Morris Jobke | 2015-12-02 | 1 | -3/+4 |
| | | |||||
* | | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 3 | -0/+16 |
|/ | | | | Adding more DB groups to test suits | ||||
* | Deduplicate queued trashbin expire jobs | Morris Jobke | 2015-11-27 | 3 | -26/+12 |
| | | | | | | | | * fixes #20425 * this removes the argument trashbin size from the expire job - it is now calculated in the expire job * the queue now detects properly that the job is already queue and doesn't add it again | ||||
* | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -3/+3 |
| | |||||
* | Merge pull request #20439 from owncloud/etag-propagate-in-storage | Thomas Müller | 2015-11-25 | 1 | -1/+0 |
|\ | | | | | Take submount etag into account for folder etags | ||||
| * | update tests | Robin Appelman | 2015-11-19 | 1 | -1/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-24 | 142 | -252/+388 |
| | | |||||
* | | Merge pull request #16902 from owncloud/jsocclient | Thomas Müller | 2015-11-23 | 2 | -5/+72 |
|\ \ | | | | | | | Web UI uses Webdav instead of ajax/* calls | ||||
| * | | Properly join path sections | Vincent Petry | 2015-11-22 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | This prevents double slashes that can mess up path comparisons in some cases. | ||||
| * | | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 1 | -1/+71 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-23 | 2 | -4/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-22 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-21 | 2 | -2/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-12 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-11 | 2 | -4/+8 |
| | |||||
* | Fix scrollto= parameter in trashbin view | Joas Schilling | 2015-11-02 | 1 | -1/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-28 | 2 | -4/+8 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 8 | -8/+8 |
| | |||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 1 | -2/+12 |
| | | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-23 | 2 | -4/+6 |
| | |||||
* | Merge pull request #17641 from owncloud/fix_objectstore_rename | Jörn Friedrich Dreyer | 2015-10-19 | 2 | -15/+20 |
|\ | | | | | don't move files in cache twice, fixes renaming for objectstores | ||||
| * | Fix listing of trash files in test | Robin Appelman | 2015-10-16 | 1 | -0/+2 |
| | |