Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 2 | -38/+0 |
| | | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Adjust wording to make the separation between sharing and files clearer | Joas Schilling | 2016-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure the UID is correctly cased | Joas Schilling | 2016-10-17 | 1 | -3/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #1418 from nextcloud/add-move-rename-support | Morris Jobke | 2016-10-05 | 1 | -1/+26 |
|\ | | | | | Add support for translations of move/rename activities | ||||
| * | Add support for translations of move/rename activities | Joas Schilling | 2016-10-05 | 1 | -1/+26 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Add icons to activity navigation | Joas Schilling | 2016-10-05 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | use correct case for addScript (#26214) | Jörn Friedrich Dreyer | 2016-09-26 | 1 | -15/+15 |
| | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26214 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Before a user is getting scanned the database connection is re-established | Thomas Müller | 2016-08-29 | 1 | -1/+26 |
| | |||||
* | Merge pull request #1005 from nextcloud/fix_994 | Lukas Reschke | 2016-08-23 | 2 | -7/+51 |
|\ | | | | | Do not error on maxUploadChange | ||||
| * | Do not error on maxUploadChange | Roeland Jago Douma | 2016-08-22 | 2 | -7/+51 |
| | | | | | | | | | | | | | | | | | | | | The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994 | ||||
* | | When requesting a permalink to an invalid file redirect | Roeland Jago Douma | 2016-08-19 | 1 | -4/+3 |
| | | | | | | | | We need to do the redirect to update address bar. | ||||
* | | When using permalinks don't error out if file id can't be found | Roeland Jago Douma | 2016-08-19 | 1 | -9/+6 |
|/ | | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts | ||||
* | Merge pull request #893 from nextcloud/ie8_be_gone | Marius Blüm | 2016-08-17 | 1 | -12/+0 |
|\ | | | | | IE8 be gone! | ||||
| * | Remove IE8 support from ViewController | Roeland Jago Douma | 2016-08-16 | 1 | -12/+0 |
| | | | | | | | | | | * Update tests * Fix getMock in tests | ||||
* | | move mail settings and file handling to additional ones, thus files_external ↵ | Arthur Schiwon | 2016-08-13 | 2 | -68/+1 |
| | | | | | | | | gets its own section | ||||
* | | change casing in section display names | Arthur Schiwon | 2016-08-13 | 1 | -1/+1 |
| | | |||||
* | | adjust files app, and integrate files_external into that section | Arthur Schiwon | 2016-08-11 | 2 | -0/+160 |
|/ | |||||
* | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 1 | -2/+1 |
| | |||||
* | Add recent file listing | Robin Appelman | 2016-07-22 | 1 | -0/+2 |
| | |||||
* | add recent files api endpoint | Robin Appelman | 2016-07-22 | 2 | -18/+51 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 15 | -27/+44 |
| | |||||
* | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 1 | -0/+1 |
| | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* | Add "goto" links for files in non-default file lists | Robin Appelman | 2016-07-05 | 1 | -0/+1 |
| | |||||
* | Add large sidebar previews for text files | Robin Appelman | 2016-07-04 | 1 | -0/+1 |
| | |||||
* | Factor out handling sidebar previews | Robin Appelman | 2016-07-04 | 1 | -0/+1 |
| | |||||
* | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-07 | 1 | -30/+31 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 9 | -8/+13 |
| | |||||
* | add "unscanned" option to files:scan to triger a background scan | Robin Appelman | 2016-05-19 | 1 | -3/+12 |
| | |||||
* | Move Files app to PSR-4 (#24569) | Joas Schilling | 2016-05-12 | 15 | -0/+1385 |
| | | | | | | * Move lib/ of Files app to PSR-4 * Move tests to PSR-4 | ||||
* | Add blacklisted_files to capabilities | Joas Schilling | 2016-04-04 | 1 | -0/+13 |
| | |||||
* | Run cleanup of expired DB file locks to background job | Morris Jobke | 2016-03-04 | 1 | -0/+57 |
| | | | | | | | | | | | | | * fixes #22819 The old way fired a DELETE statement on each destruction of the DBLockingProvider. Which could cause a lot of queries. It's enough to run this every 5 minutes in a background job, which in the end could result in file locks that exists 5 minutes longer - in the worst case and for not properly released locks. This makes the DB based locking a lot more performant and could result in a similar performance to the Redis based locking provider. | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Chunk the queries to make sure they don't time out | Joas Schilling | 2016-02-10 | 1 | -11/+30 |
| | |||||
* | Move casting to IExpressionBuilder | Joas Schilling | 2016-02-05 | 1 | -2/+3 |
| | |||||
* | fix pgsql | Arthur Schiwon | 2016-02-05 | 1 | -2/+4 |
| | |||||
* | cleanup jobs for comments and comment read marks | Arthur Schiwon | 2016-02-05 | 1 | -16/+40 |
| | |||||
* | Cleanup job for system and user tag orphaned when file was deleted | Vincent Petry | 2016-01-29 | 1 | -0/+105 |
| | | | | | | | Whenever a file was deleted (also from trash), the tag mapping is pointing at a fileid that doesn't exist any more. This cleanup job will delete such orphaned mapping entries. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -9/+9 |
| | |||||
* | Removed deprecated OC_Helper::mimeTypeIcon function | Roeland Jago Douma | 2015-12-18 | 1 | -4/+4 |
| | |||||
* | Merge pull request #20545 from owncloud/scan-storage-in-background-job | Thomas Müller | 2015-12-03 | 1 | -0/+114 |
|\ | | | | | Move files/ajax/scan.php to background job | ||||
| * | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 1 | -0/+114 |
| | | | | | | | | The background job will now be executed in chunks of 500 users all 10 minutes. | ||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-30 | 1 | -2/+2 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | Inject the database connection | Joas Schilling | 2015-11-30 | 1 | -2/+8 |
| | | |||||
* | | Only require the interface | Joas Schilling | 2015-11-30 | 1 | -4/+4 |
| | | |||||
* | | Correctly escape the paths so we only display favorites instead of wildcards | Joas Schilling | 2015-11-30 | 1 | -1/+1 |
| | | |||||
* | | Oracle can not return statements but only values | Joas Schilling | 2015-11-30 | 1 | -3/+6 |
|/ | | | | So evaluate the condition directly and return 1 or 0 | ||||
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 2 | -90/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| |