summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* restore file in the root folder if the origin folder is not writableBjörn Schießle2013-01-241-1/+3
|
* code clean-upBjörn Schießle2013-01-234-21/+4
|
* remove inline JavaScriptBjörn Schießle2013-01-222-12/+20
|
* no undo notification for deleted file, we use the trash bin insteadBjörn Schießle2013-01-221-54/+15
|
* allow admin to change retention obligation for the trash bin, default value ↵Björn Schießle2013-01-221-3/+4
| | | | is 180 days
* calculate correct relative date for trashbin file listBjörn Schießle2013-01-222-2/+1
|
* remove table row in trash bin view after undeleteBjörn Schießle2013-01-222-3/+3
|
* allow to restore single files/folder from a deleted folderBjörn Schießle2013-01-225-41/+87
|
* allow to look into deleted directoriesBjörn Schießle2013-01-223-6/+56
|
* handle group restoreBjörn Schießle2013-01-225-18/+165
|
* expire files in trash bin after 30 daysBjörn Schießle2013-01-221-3/+29
|
* remove unneeded functionBjörn Schießle2013-01-221-9/+0
|
* remove item in the trash bin view after successful undeleteBjörn Schießle2013-01-224-29/+30
|
* first version of the trash bin appBjörn Schießle2013-01-2213-0/+690
|
* introduce option to disable download actionBjörn Schießle2013-01-221-6/+10
|
* call the trash bin viewBjörn Schießle2013-01-221-2/+2
|
* rename "publicListView" option to "disableSharing", this is more meaningful ↵Björn Schießle2013-01-224-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ßle2013-01-221-1/+1
| | | | version first
* add trash button to web interfaceBjörn Schießle2013-01-224-2/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-01-2113-2/+25
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-01-2061-110/+81
|
* Merge pull request #1230 from owncloud/remove-unused-autocomplete.phpLukas Reschke2013-01-191-54/+0
|\ | | | | Remove uneeded file
| * Remove uneeded fileLukas Reschke2013-01-181-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_messageJan-Christoph Borchardt2013-01-191-1/+1
|\ \ | | | | | | Make the ZIP download information friendlier
| * | Change the second part of the notificationLukas Reschke2013-01-191-1/+1
| | |
| * | Make the message friendlierLukas Reschke2013-01-181-1/+1
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2013-01-193-2/+16
| |
* | Merge pull request #986 from owncloud/fixing-784-masterThomas Müller2013-01-186-14/+142
|\ \ | |/ |/| the maximum upload size is now part of the response of the upload and de...
| * fixing indentThomas Mueller2013-01-183-47/+47
| |
| * adding a ajax call to get the current file storage stats like free spaceThomas Mueller2013-01-112-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-visibilityThomas Mueller2013-01-111-0/+1
| |
| * adding jquery-visibilityThomas Mueller2013-01-111-0/+32
| | | | | | | | | | https://github.com/mathiasbynens/jquery-visibility MIT and GPL licensed
| * Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-1171-173/+453
| |\ | | | | | | | | | | | | Conflicts: apps/files/js/files.js
| * \ Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-06127-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üller2012-12-204-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 transifexJenkins for ownCloud2013-01-1817-3/+50
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-178-5/+23
| | | |
* | | | Whitespace cleanupBart Visscher2013-01-168-27/+27
| | | |
* | | | Spaces to tabsBart Visscher2013-01-163-28/+28
| | | |
* | | | Merge pull request #1192 from schiesbn/versioning_history_issue_1189Björn Schießle2013-01-161-2/+5
|\ \ \ \ | | | | | | | | | | fix for issue #1186, missing variables added
| * | | | initialize $versionCreatedBjörn Schießle2013-01-161-1/+2
| | | | |
| * | | | fix for issue #1186, missing variables addedBjörn Schießle2013-01-151-1/+3
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-1634-31/+29
| | | | |
* | | | | Merge pull request #1187 from owncloud/fixing-unused-and-undefined-in-masterBart Visscher2013-01-154-7/+5
|\ \ \ \ \ | |/ / / / |/| | | | Fixing unused and undefined in master
| * | | | Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-1485-514/+878
| |\ \ \ \
| * | | | | fixing <input> tagThomas Mueller2013-01-071-1/+1
| | | | | |
| * | | | | remove silly assignmentThomas Mueller2013-01-061-1/+0
| | | | | |
| * | | | | fixing undefined $eventSourceThomas Mueller2013-01-061-1/+2
| | | | | |
| * | | | | removing undefined $responseThomas Mueller2013-01-061-4/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #1087 from owncloud/ldap_multiple_dnsblizzz2013-01-154-45/+105
|\ \ \ \ \ | | | | | | | | | | | | LDAP: ability to configure more than one base DN