Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -3/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add pinned class to trashbin | John Molakvoæ (skjnldsv) | 2017-09-21 | 1 | -0/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [files_trashbin] Remove unneeded update steps | Morris Jobke | 2017-04-12 | 1 | -42/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | use closure to properly defer l10n initialization (#27328) | Jörn Friedrich Dreyer | 2017-03-13 | 1 | -11/+10 |
| | |||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
| | | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Move over files_trashbin | Roeland Jago Douma | 2016-11-03 | 1 | -2/+10 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 2 | -36/+5 |
| | | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add occ command to expire the trashbin (#25878) | Thomas Müller | 2016-08-29 | 1 | -0/+6 |
| | | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check | ||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 4 | -5/+9 |
|/ | |||||
* | no need to mention ownCloud explicitely | Bjoern Schiessle | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+3 |
| | |||||
* | 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 | 2 | -48/+1 |
| | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -8/+6 |
| | |||||
* | Merge pull request #21498 from owncloud/cleanup-OC_DB | Thomas Müller | 2016-01-07 | 1 | -6/+0 |
|\ | | | | | Cleanup OC_DB methods | ||||
| * | Remove OC_DB::dropTable | Morris Jobke | 2016-01-07 | 1 | -6/+0 |
| | | |||||
* | | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
| | | |||||
* | | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 2 | -2/+2 |
| | |||||
* | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -2/+2 |
| | |||||
* | Add expiration cronjob | Victor Dubiniuk | 2015-09-16 | 3 | -0/+27 |
| | |||||
* | Migrate settings | Victor Dubiniuk | 2015-08-10 | 1 | -1/+20 |
| | |||||
* | Enhance trashbin expiration settings | Victor Dubiniuk | 2015-08-10 | 1 | -2/+13 |
| | |||||
* | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -4/+1 |
| | | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP | ||||
* | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 2 | -5/+46 |
| | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | Merge pull request #17140 from owncloud/trashbin_occ | Björn Schießle | 2015-07-03 | 1 | -0/+29 |
|\ | | | | | add occ command to remove deleted files | ||||
| * | add occ command to trashbin to remove deleted files | Bjoern Schiessle | 2015-06-24 | 1 | -0/+29 |
| | | |||||
* | | Merge pull request #17316 from ↵ | Joas Schilling | 2015-07-02 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | owncloud/master-delete-ocsid-from-db-if-none-specified [Master] Delete OCS ID from DB if none is specified | ||||
| * | | Bump versions | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
| | | | |||||
* | | | [master] Remove OCS IDs | Lukas Reschke | 2015-07-02 | 1 | -1/+0 |
|/ / | | | | | | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867 | ||||
* / | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -1/+1 |
|/ | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -2/+68 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -67/+2 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -2/+67 |
| | |||||
* | Fix preview route for trashbin | Vincent Petry | 2015-01-15 | 1 | -5/+2 |
| | |||||
* | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -2/+0 |
| | |||||
* | Autoload exception from files_trashbin | Joas Schilling | 2014-12-02 | 1 | -2/+0 |
| | |||||
* | Only show undelete capability if files_trashbin is enabled | Lukas Reschke | 2014-11-18 | 1 | -0/+4 |
| | | | | Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities |