Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restore file in the root folder if the origin folder is not writable | Björn Schießle | 2013-01-24 | 1 | -1/+3 |
| | |||||
* | code clean-up | Björn Schießle | 2013-01-23 | 4 | -21/+4 |
| | |||||
* | remove inline JavaScript | Björn Schießle | 2013-01-22 | 2 | -12/+20 |
| | |||||
* | no undo notification for deleted file, we use the trash bin instead | Björn Schießle | 2013-01-22 | 1 | -54/+15 |
| | |||||
* | allow admin to change retention obligation for the trash bin, default value ↵ | Björn Schießle | 2013-01-22 | 1 | -3/+4 |
| | | | | is 180 days | ||||
* | calculate correct relative date for trashbin file list | Björn Schießle | 2013-01-22 | 2 | -2/+1 |
| | |||||
* | remove table row in trash bin view after undelete | Björn Schießle | 2013-01-22 | 2 | -3/+3 |
| | |||||
* | allow to restore single files/folder from a deleted folder | Björn Schießle | 2013-01-22 | 5 | -41/+87 |
| | |||||
* | allow to look into deleted directories | Björn Schießle | 2013-01-22 | 3 | -6/+56 |
| | |||||
* | handle group restore | Björn Schießle | 2013-01-22 | 5 | -18/+165 |
| | |||||
* | expire files in trash bin after 30 days | Björn Schießle | 2013-01-22 | 1 | -3/+29 |
| | |||||
* | remove unneeded function | Björn Schießle | 2013-01-22 | 1 | -9/+0 |
| | |||||
* | remove item in the trash bin view after successful undelete | Björn Schießle | 2013-01-22 | 4 | -29/+30 |
| | |||||
* | first version of the trash bin app | Björn Schießle | 2013-01-22 | 13 | -0/+690 |
| | |||||
* | introduce option to disable download action | Björn Schießle | 2013-01-22 | 1 | -6/+10 |
| | |||||
* | call the trash bin view | Björn Schießle | 2013-01-22 | 1 | -2/+2 |
| | |||||
* | rename "publicListView" option to "disableSharing", this is more meaningful ↵ | Björn Schießle | 2013-01-22 | 4 | -9/+8 |
| | | | | also because it is not only useful for the public list view | ||||
* | listen to post delete event to allow the trash bin to create a copy of the ↵ | Björn Schießle | 2013-01-22 | 1 | -1/+1 |
| | | | | version first | ||||
* | add trash button to web interface | Björn Schießle | 2013-01-22 | 4 | -2/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-21 | 13 | -2/+25 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-20 | 61 | -110/+81 |
| | |||||
* | Merge pull request #1230 from owncloud/remove-unused-autocomplete.php | Lukas Reschke | 2013-01-19 | 1 | -54/+0 |
|\ | | | | | Remove uneeded file | ||||
| * | Remove uneeded file | Lukas Reschke | 2013-01-18 | 1 | -54/+0 |
| | | | | | | | | | | I don't saw any usage of this file through the code, I assume it can safely be removed. | ||||
* | | Merge pull request #1228 from owncloud/generating_zip_message | Jan-Christoph Borchardt | 2013-01-19 | 1 | -1/+1 |
|\ \ | | | | | | | Make the ZIP download information friendlier | ||||
| * | | Change the second part of the notification | Lukas Reschke | 2013-01-19 | 1 | -1/+1 |
| | | | |||||
| * | | Make the message friendlier | Lukas Reschke | 2013-01-18 | 1 | -1/+1 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-19 | 3 | -2/+16 |
| | | |||||
* | | Merge pull request #986 from owncloud/fixing-784-master | Thomas Müller | 2013-01-18 | 6 | -14/+142 |
|\ \ | |/ |/| | the maximum upload size is now part of the response of the upload and de... | ||||
| * | fixing indent | Thomas Mueller | 2013-01-18 | 3 | -47/+47 |
| | | |||||
| * | adding a ajax call to get the current file storage stats like free space | Thomas Mueller | 2013-01-11 | 2 | -0/+42 |
| | | | | | | | | | | logic to call it every 5 minutes make use of visibility API/jquery-visibility to perform the ajax call only if the browser is visible/in use | ||||
| * | load jquery-visibility | Thomas Mueller | 2013-01-11 | 1 | -0/+1 |
| | | |||||
| * | adding jquery-visibility | Thomas Mueller | 2013-01-11 | 1 | -0/+32 |
| | | | | | | | | | | https://github.com/mathiasbynens/jquery-visibility MIT and GPL licensed | ||||
| * | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-11 | 71 | -173/+453 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files/js/files.js | ||||
| * \ | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-06 | 127 | -88/+665 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js lib/helper.php | ||||
| * | | | the maximum upload size is now part of the response of the upload and delete ↵ | Thomas Müller | 2012-12-20 | 4 | -17/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | operation. the maximum upload size is updated within the browser once an upload or delete operation has been finished | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-18 | 17 | -3/+50 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-17 | 8 | -5/+23 |
| | | | | |||||
* | | | | Whitespace cleanup | Bart Visscher | 2013-01-16 | 8 | -27/+27 |
| | | | | |||||
* | | | | Spaces to tabs | Bart Visscher | 2013-01-16 | 3 | -28/+28 |
| | | | | |||||
* | | | | Merge pull request #1192 from schiesbn/versioning_history_issue_1189 | Björn Schießle | 2013-01-16 | 1 | -2/+5 |
|\ \ \ \ | | | | | | | | | | | fix for issue #1186, missing variables added | ||||
| * | | | | initialize $versionCreated | Björn Schießle | 2013-01-16 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | fix for issue #1186, missing variables added | Björn Schießle | 2013-01-15 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-16 | 34 | -31/+29 |
| | | | | | |||||
* | | | | | Merge pull request #1187 from owncloud/fixing-unused-and-undefined-in-master | Bart Visscher | 2013-01-15 | 4 | -7/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fixing unused and undefined in master | ||||
| * | | | | Merge branch 'master' into fixing-unused-and-undefined-in-master | Thomas Mueller | 2013-01-14 | 85 | -514/+878 |
| |\ \ \ \ | |||||
| * | | | | | fixing <input> tag | Thomas Mueller | 2013-01-07 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | remove silly assignment | Thomas Mueller | 2013-01-06 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | fixing undefined $eventSource | Thomas Mueller | 2013-01-06 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | removing undefined $response | Thomas Mueller | 2013-01-06 | 1 | -4/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #1087 from owncloud/ldap_multiple_dns | blizzz | 2013-01-15 | 4 | -45/+105 |
|\ \ \ \ \ | | | | | | | | | | | | | LDAP: ability to configure more than one base DN |