summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-021-0/+5
|
* Use public api for getting l10nRobin Appelman2014-08-314-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-311-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-301-1/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-281-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-261-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-241-1/+2
|
* Merge pull request #10522 from owncloud/removeLoadAppScriptblizzz2014-08-211-0/+9
|\ | | | | Remove loadAppScriptFile
| * Add routing to files_trashbinLukas Reschke2014-08-191-0/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-191-1/+3
|/
* Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-171-15/+0
|\ | | | | remove obsolete japanese lang code
| * remove obsolete japanese lang codeVolkan Gezer2014-08-131-15/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-171-0/+11
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-161-0/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-131-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-111-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-181-5/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-171-0/+14
|
* throw exception if file is to large for trash binBjoern Schiessle2014-07-153-6/+46
|
* add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
|
* Hide the size in the trashbin summary rowVincent Petry2014-07-031-0/+3
| | | | | This also fixes the extra spacing that appearing on the right of the table.
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-301-1/+1
|
* Sync file list with file actionsVincent Petry2014-06-271-0/+1
| | | | | | | | | | | | | | Whenever file actions are registered later, now the file lists are automatically notified. Added FileActions.addUpdateListener() to be able to receive such notifications. This removes the need for apps to manually call FileActions.display() after registering new actions. This fixes issues with race conditions when file actions are registered after the file list was already rendered.
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-271-1/+1
|
* Merge pull request #9051 from owncloud/Bagera-masterFrank Karlitschek2014-06-261-0/+4
|\ | | | | Fix delete action height
| * fix padding for last cell in summary of trashbinMorris Jobke2014-06-261-0/+4
| |
* | Merge pull request #9093 from owncloud/remove_unused_codeMorris Jobke2014-06-191-1/+1
|\ \ | | | | | | remove unused code
| * | remove unused codeBjoern Schiessle2014-06-181-1/+1
| |/
* | add additional tests for the trash binBjoern Schiessle2014-06-182-9/+132
| |
* | make sure that we always use the right userBjoern Schiessle2014-06-186-26/+27
| |
* | fix trash bin expire operation and add unit testsBjoern Schiessle2014-06-172-22/+253
|/
* adding PK to table encryptionThomas Müller2014-06-062-1/+10
| | | | | | | | | | | | | | | | | | | | adding auto increment/PK to table files_trash adding PK to table ldap_user_mapping and ldap_group_members adding PK to table ldap_group_mapping truncate permissions table to allow smooth creation of primary key adding unit test for creating an auto increment column on a table which already contains data remove unneeded table files_trashsizes fix unit test no need to truncate *PREFIX*permissions On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
* table files_trashsizes was still used in some locations -> removedThomas Müller2014-06-052-33/+2
|
* Merge pull request #8471 from owncloud/versioning_no_longer_track_the_sizeThomas Müller2014-06-042-4/+3
|\ | | | | [versioning] let the file cache track the size of the versions
| * use OC_DB::dropTable()Thomas Müller2014-06-021-2/+1
| |
| * return size '0' if the trashbin folder doesn't exists yetBjoern Schiessle2014-06-021-2/+2
| |
* | Merge pull request #8849 from owncloud/trash_expire_fixThomas Müller2014-06-041-8/+9
|\ \ | | | | | | get files in trash from file cache
| * | fixing typoThomas Müller2014-06-041-1/+1
| | |
| * | get files in trash from file cacheBjoern Schiessle2014-06-031-7/+8
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2014-06-041-1/+1
|/
* Distinguish legacy file actions from regular file actionsVincent Petry2014-05-303-16/+17
| | | | | | | | | | | | | | Legacy file actions are registered by legacy apps through window.FileActions.register(). These actions can only be used by the main file list ("all files") because legacy apps can only deal with a single list / container. New file actions of compatible apps must be registered through OCA.Files.fileActions. These will be used for other lists like the sharing overview. Fixed versions and sharing actions to use OCA.Files.fileActions, which makes them available in the sharing overview list.
* Fixed navigation orderVincent Petry2014-05-301-1/+1
|
* Fixed file actions for sharing viewsVincent Petry2014-05-301-2/+4
| | | | | | | | FileActions can now be clone to be use for separate file list views without having the side-effect of affecting the main file list view. Added "Open" action in sharing overview file lists to redirect to the regular file list when clicking on a folder.
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-301-1/+1
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-1/+1
| | | | Also added a few missing authors.
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-251-1/+1
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-192-12/+12
| | | | * test case added to avoid adding them later
* Merge pull request #8585 from owncloud/phpdoc-improvements-appsAndreas Fischer2014-05-192-33/+33
|\ | | | | | | | | | | | | | | | | | | | | | | PHPDoc improvements /apps * owncloud/phpdoc-improvements-apps: Fix whitespace issues Reduce double-space with single-space. Remove spaces around | operator in doc block. Fix more missing or broken PHPDoc PHPDoc fixes for user_ldap Fix PHPDoc in /apps
| * Fix more missing or broken PHPDocRobin McCorkell2014-05-161-2/+2
| |
| * Fix PHPDoc in /appsRobin McCorkell2014-05-161-31/+31
| |