Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-07 | 2 | -2/+2 |
| | |||||
* | Fix error message while restoring all files | Morris Jobke | 2016-07-25 | 1 | -2/+1 |
| | | | | | * use $_POST['files'] only of ssinlge files are restored * fixes #528 | ||||
* | 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 | 9 | -9/+9 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 27 | -46/+73 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-07 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-06 | 2 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 2 | -0/+24 |
|\ | |||||
| * | Fix trashed file name corruption when rerendering trashbin list | Vincent Petry | 2016-06-23 | 2 | -0/+24 |
| | | | | | | | | | | | | | | The trashbin code does some gymnastics with the file data at render time. This fix makes sure that the modifications done on the file data are only local to the rendering code and doesn't affect the actual file data from the file list. | ||||
* | | no need to mention ownCloud explicitely | Bjoern Schiessle | 2016-06-20 | 1 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-03 | 6 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-02 | 2 | -4/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 22 | -29/+32 |
| | |||||
* | Merge pull request #24349 from owncloud/nfd-storagewrapper | Vincent Petry | 2016-05-23 | 1 | -1/+1 |
|\ | | | | | Add wrapper for NFD encoding workaround | ||||
| * | Add wrapper for NFD encoding workaround | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-22 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-19 | 2 | -0/+4 |
| | |||||
* | Background jobs from info.xml (#24582) | Joas Schilling | 2016-05-12 | 3 | -26/+4 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Move files_trashbin to PSR-4 (#24570) | Joas Schilling | 2016-05-12 | 18 | -14/+16 |
| | |||||
* | Merge pull request #24401 from owncloud/trash-list-cache | Vincent Petry | 2016-05-10 | 1 | -46/+38 |
|\ | | | | | use the cache for trash listing | ||||
| * | use the cache for trash listing | Robin Appelman | 2016-05-03 | 1 | -46/+38 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-10 | 2 | -4/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-08 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-07 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-30 | 2 | -2/+2 |
| | |||||
* | Merge pull request #24111 from owncloud/chunk-users-in-background-jobs | Björn Schießle | 2016-04-21 | 2 | -40/+12 |
|\ | | | | | Chunk the users correctly in the trashbin and versions background job | ||||
| * | Chunk the users correctly in the trashbin and versions background job | Joas Schilling | 2016-04-20 | 2 | -40/+12 |
| | | |||||
* | | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 2 | -9/+24 |
|\ \ | | | | | | | SharedStorage to new sharing code + cleanup | ||||
| * | | Fix tests | Roeland Jago Douma | 2016-04-19 | 2 | -9/+24 |
| |/ | |||||
* / | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 1 | -1/+2 |
|/ | | | | | | | | | | | | | | | | | | 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 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-13 | 2 | -2/+4 |
| | |||||
* | apps/files_trashbin: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-30 | 2 | -3/+3 |
| | | | | | | Fix also a wrong word. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | set watch policy in test | Robin Appelman | 2016-03-21 | 1 | -9/+24 |
| | |||||
* | 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 |
|/ |