Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-02 | 1 | -0/+5 |
| | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-31 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-30 | 1 | -1/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-28 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-24 | 1 | -1/+2 |
| | |||||
* | Merge pull request #10522 from owncloud/removeLoadAppScript | blizzz | 2014-08-21 | 1 | -0/+9 |
|\ | | | | | Remove loadAppScriptFile | ||||
| * | Add routing to files_trashbin | Lukas Reschke | 2014-08-19 | 1 | -0/+9 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-19 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #10407 from owncloud/rm-obsolete-japanese | Lukas Reschke | 2014-08-17 | 1 | -15/+0 |
|\ | | | | | remove obsolete japanese lang code | ||||
| * | remove obsolete japanese lang code | Volkan Gezer | 2014-08-13 | 1 | -15/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-17 | 1 | -0/+11 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-16 | 1 | -0/+1 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-13 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-11 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-18 | 1 | -5/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-17 | 1 | -0/+14 |
| | |||||
* | throw exception if file is to large for trash bin | Bjoern Schiessle | 2014-07-15 | 3 | -6/+46 |
| | |||||
* | add ocsids to info.xml | Georg Ehrke | 2014-07-07 | 2 | -1/+2 |
| | |||||
* | Hide the size in the trashbin summary row | Vincent Petry | 2014-07-03 | 1 | -0/+3 |
| | | | | | This also fixes the extra spacing that appearing on the right of the table. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Sync file list with file actions | Vincent Petry | 2014-06-27 | 1 | -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 transifex | Jenkins for ownCloud | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #9051 from owncloud/Bagera-master | Frank Karlitschek | 2014-06-26 | 1 | -0/+4 |
|\ | | | | | Fix delete action height | ||||
| * | fix padding for last cell in summary of trashbin | Morris Jobke | 2014-06-26 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #9093 from owncloud/remove_unused_code | Morris Jobke | 2014-06-19 | 1 | -1/+1 |
|\ \ | | | | | | | remove unused code | ||||
| * | | remove unused code | Bjoern Schiessle | 2014-06-18 | 1 | -1/+1 |
| |/ | |||||
* | | add additional tests for the trash bin | Bjoern Schiessle | 2014-06-18 | 2 | -9/+132 |
| | | |||||
* | | make sure that we always use the right user | Bjoern Schiessle | 2014-06-18 | 6 | -26/+27 |
| | | |||||
* | | fix trash bin expire operation and add unit tests | Bjoern Schiessle | 2014-06-17 | 2 | -22/+253 |
|/ | |||||
* | adding PK to table encryption | Thomas Müller | 2014-06-06 | 2 | -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 -> removed | Thomas Müller | 2014-06-05 | 2 | -33/+2 |
| | |||||
* | Merge pull request #8471 from owncloud/versioning_no_longer_track_the_size | Thomas Müller | 2014-06-04 | 2 | -4/+3 |
|\ | | | | | [versioning] let the file cache track the size of the versions | ||||
| * | use OC_DB::dropTable() | Thomas Müller | 2014-06-02 | 1 | -2/+1 |
| | | |||||
| * | return size '0' if the trashbin folder doesn't exists yet | Bjoern Schiessle | 2014-06-02 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #8849 from owncloud/trash_expire_fix | Thomas Müller | 2014-06-04 | 1 | -8/+9 |
|\ \ | | | | | | | get files in trash from file cache | ||||
| * | | fixing typo | Thomas Müller | 2014-06-04 | 1 | -1/+1 |
| | | | |||||
| * | | get files in trash from file cache | Bjoern Schiessle | 2014-06-03 | 1 | -7/+8 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-04 | 1 | -1/+1 |
|/ | |||||
* | Distinguish legacy file actions from regular file actions | Vincent Petry | 2014-05-30 | 3 | -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 order | Vincent Petry | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Fixed file actions for sharing views | Vincent Petry | 2014-05-30 | 1 | -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 transifex | Jenkins for ownCloud | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Adjust core apps to use "requiremin" instead of "require" | Vincent Petry | 2014-05-27 | 1 | -1/+1 |
| | | | | Also added a few missing authors. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-05-25 | 1 | -1/+1 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 2 | -12/+12 |
| | | | | * test case added to avoid adding them later | ||||
* | Merge pull request #8585 from owncloud/phpdoc-improvements-apps | Andreas Fischer | 2014-05-19 | 2 | -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 PHPDoc | Robin McCorkell | 2014-05-16 | 1 | -2/+2 |
| | | |||||
| * | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -31/+31 |
| | |