Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust files app, and integrate files_external into that section | Arthur Schiwon | 2016-08-11 | 2 | -3/+6 |
| | |||||
* | Merge pull request #292 from nextcloud/recent-files | William Bargent | 2016-07-25 | 2 | -2/+17 |
|\ | | | | | Add "Recent" file listing | ||||
| * | Add recent file listing | Robin Appelman | 2016-07-22 | 1 | -2/+12 |
| | | |||||
| * | add recent files api endpoint | Robin Appelman | 2016-07-22 | 1 | -0/+5 |
| | | |||||
* | | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | | |||||
* | | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 4 | -8/+12 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -8/+7 |
| | |||||
* | Move Files app to PSR-4 (#24569) | Joas Schilling | 2016-05-12 | 1 | -94/+0 |
| | | | | | | * Move lib/ of Files app to PSR-4 * Move tests to PSR-4 | ||||
* | Background jobs from info.xml (#24582) | Joas Schilling | 2016-05-12 | 3 | -32/+6 |
| | | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml | ||||
* | Make permalinks work for trashed files (#24537) | Vincent Petry | 2016-05-11 | 1 | -1/+2 |
| | | | | Opening a permalink that points to a trashed file will now display the file within the "Deleted Files" section in the files web UI. | ||||
* | Add route to resolve fileid to files app URL | Vincent Petry | 2016-05-06 | 1 | -0/+15 |
| | | | | | | | The following routes will redirect to the files app and display the matching folder. If the fileid is a file, it will scroll to it. - http://localhost/owncloud/index.php/f/$fileid - http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid | ||||
* | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation | ||||
* | persist file sorting changes | Christoph Wurst | 2016-04-13 | 2 | -1/+8 |
| | |||||
* | Use proper shortcut methods in templates | Morris Jobke | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | Inject the Mount Manager | Joas Schilling | 2016-04-04 | 1 | -1/+2 |
| | |||||
* | Display share status info in favorite list | Vincent Petry | 2016-03-17 | 1 | -1/+3 |
| | | | | Returns the shareTypes share status info to the favorites file list. | ||||
* | apps/files: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-09 | 1 | -1/+1 |
| | | | | | | This contribution is AGPL and MIT licensed. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Run cleanup of expired DB file locks to background job | Morris Jobke | 2016-03-04 | 3 | -1/+3 |
| | | | | | | | | | | | | | * 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. | ||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 3 | -1/+5 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Set share owner and share initiator on upate as well | Thomas Müller | 2016-02-09 | 1 | -2/+1 |
| | |||||
* | Introduce console command to transfer ownerships of files - refs #19154 | Thomas Müller | 2016-02-09 | 1 | -2/+9 |
| | |||||
* | cleanup jobs for comments and comment read marks | Arthur Schiwon | 2016-02-05 | 3 | -3/+3 |
| | |||||
* | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 1 | -1/+0 |
| | |||||
* | Cleanup job for system and user tag orphaned when file was deleted | Vincent Petry | 2016-01-29 | 3 | -17/+5 |
| | | | | | | | 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 | -6/+9 |
| | |||||
* | 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 |
| | |||||
* | Remove deprecated function OC_User::getManager | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
| | | | | | Private deprecated function => removed Replaced all instances with suggested replacement | ||||
* | Merge pull request #20545 from owncloud/scan-storage-in-background-job | Thomas Müller | 2015-12-03 | 4 | -3/+32 |
|\ | | | | | Move files/ajax/scan.php to background job | ||||
| * | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 4 | -3/+32 |
| | | | | | | | | The background job will now be executed in chunks of 500 users all 10 minutes. | ||||
* | | Inject the database connection | Joas Schilling | 2015-11-30 | 1 | -0/+1 |
|/ | |||||
* | Update app version for Webdav impl of files GUI | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
| | | | | | | This will make sure the cached JS gets properly updated. Also, since this is a bigger change it also qualifies for a version increase :-) | ||||
* | Move index.php from files to AppFramework | Lukas Reschke | 2015-11-16 | 2 | -3/+8 |
| | | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests. | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 2 | -2/+2 |
| | |||||
* | Merge pull request #19838 from owncloud/remove-files-remote.php | Thomas Müller | 2015-10-20 | 1 | -55/+0 |
|\ | | | | | Remove apps/files/appinfo/remote.php - this is no longer used | ||||
| * | Remove apps/files/appinfo/remote.php - this is no longer used | Thomas Müller | 2015-10-16 | 1 | -55/+0 |
| | | |||||
* | | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
|/ | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 2 | -6/+2 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -3/+2 |
| | |||||
* | Add a Sabre plugin that emits an event for apps | Joas Schilling | 2015-09-17 | 1 | -1/+2 |
| | |||||
* | Remove DEBUG constant and use config value | Morris Jobke | 2015-08-24 | 2 | -1/+10 |
| | | | | | * introduces config.php option 'debug' that defaults to false * migrate DEBUG constant to config value | ||||
* | Merge pull request #18127 from owncloud/dav-request-tests | Thomas Müller | 2015-08-12 | 1 | -42/+14 |
|\ | | | | | add test framework for doing full request webdav tests | ||||
| * | split out creating the sabre dav server to it's own factory | Robin Appelman | 2015-08-11 | 1 | -42/+14 |
| | | |||||
* | | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP | ||||
* | | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 2 | -9/+12 |
|/ | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions |