Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22785 from owncloud/trash-returnfalseon401 | Thomas Müller | 2016-03-07 | 1 | -0/+4 |
|\ | | | | | Return false on 401 in file list + trash file list | ||||
| * | Return false on 401 in file list + trash file list | Vincent Petry | 2016-03-03 | 1 | -0/+4 |
| | | | | | | | | | | This gives a chance to the global ajax error handler to do its work if the session expired. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-05 | 4 | -0/+4 |
| | | |||||
* | | Properly check path validity before deleting to trash | Vincent Petry | 2016-03-04 | 1 | -1/+1 |
| | | | | | | | | | | This prevents deleting the whole "files" folder of the user whenever $ownerPath is empty. This can happen in concurrency situations. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-04 | 2 | -0/+10 |
|/ | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 2 | -2/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -1/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 1 | -6/+4 |
| | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | ||||
* | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -4/+2 |
| | | | | This makes theming of file actions possible | ||||
* | Merge pull request #22628 from owncloud/fix-thrashbin-cronjob | Thomas Müller | 2016-02-25 | 1 | -0/+6 |
|\ | | | | | Skip users with no trashbin | ||||
| * | Skip users with no trashbin | Victor Dubiniuk | 2016-02-24 | 1 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 10 | -2/+24 |
|/ | |||||
* | get the actual user instead of a federated cloud id | Bjoern Schiessle | 2016-02-18 | 1 | -40/+62 |
| | | | | | | $view->getUidAndFilename($filename); returns the federated cloud id in case of a federated share. But in this case we need the local user who "owns" the file which is the current logged in user in case of a federated share | ||||
* | Merge pull request #22451 from owncloud/use-proper-user-folder | Thomas Müller | 2016-02-17 | 1 | -6/+10 |
|\ | | | | | Handles null as return code and uses proper UserFolder in trashbin | ||||
| * | Handles null as return code and uses proper UserFolder in trashbin | Morris Jobke | 2016-02-16 | 1 | -6/+10 |
| | | |||||
* | | Don't resize trash when no user | Vincent Petry | 2016-02-16 | 1 | -2/+5 |
|/ | | | | Happens when overwriting files on federated shares. | ||||
* | 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 |