Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no need to mention ownCloud explicitely | Bjoern Schiessle | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -5/+5 |
| | |||||
* | Background jobs from info.xml (#24582) | Joas Schilling | 2016-05-12 | 3 | -46/+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_versions to PSR-4 (#24571) | Joas Schilling | 2016-05-12 | 2 | -49/+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 | -5/+0 |
|\ | | | | | Cleanup OC_DB methods | ||||
| * | Remove OC_DB::dropTable | Morris Jobke | 2016-01-07 | 1 | -5/+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 | -0/+3 |
| | |||||
* | Postrebase cleanup | Victor Dubiniuk | 2015-09-15 | 1 | -5/+0 |
| | |||||
* | Add expiration for versions older than max | Victor Dubiniuk | 2015-09-15 | 3 | -1/+33 |
| | |||||
* | Add versions obligation | Victor Dubiniuk | 2015-09-15 | 1 | -0/+11 |
| | |||||
* | Remove unneeded include | Morris Jobke | 2015-09-07 | 1 | -1/+0 |
| | | | | | * fixes #18867 * ref #18748 | ||||
* | 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 | -3/+45 |
| | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | Merge pull request #16964 from owncloud/versions_occ | Thomas Müller | 2015-07-06 | 1 | -0/+28 |
|\ | | | | | add occ tool to delete versions | ||||
| * | add occ tool to delete versions | Bjoern Schiessle | 2015-06-16 | 1 | -0/+28 |
| | | |||||
* | | 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 | 3 | -2/+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 | -5/+64 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -62/+7 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -7/+62 |
| | |||||
* | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -1/+0 |
| | |||||
* | Remove unused file | Lukas Reschke | 2014-12-15 | 1 | -34/+0 |
| | | | | | | That file is apparently unused - introduced with https://github.com/owncloud/core/commit/30b58f56771aa54304069d40a62070c06f5308fc I guess we can remove it... | ||||
* | Merge pull request #12556 from owncloud/add-route-for-versions | Thomas Müller | 2014-12-03 | 1 | -0/+2 |
|\ | | | | | Add route for download of versions | ||||
| * | Add route for download of versions | Lukas Reschke | 2014-12-02 | 1 | -0/+2 |
| | | | | | | | | | | | | Otherwise on master it was not possible anymore to download older versions. Fixes itself. | ||||
* | | Autoload lib files of versions app | Joas Schilling | 2014-12-02 | 1 | -5/+0 |
|/ | |||||
* | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -0/+1 |
| | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps | ||||
* | Add support for keys in the info.xml | Lukas Reschke | 2014-10-09 | 1 | -0/+3 |
| | | | | | | This allows to have links to different doc base URLs a. | ||||
* | Updated info.xml with | MTRichards | 2014-10-08 | 1 | -16/+2 |
| | | | Added description in line with other apps. | ||||
* | Add routing to files_versions | Lukas Reschke | 2014-08-19 | 1 | -0/+5 |
| | |||||
* | add unit test for rename and copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -7/+1 |
| | |||||
* | make the versions and encryption app aware of the copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -0/+1 |
| | |||||
* | add ocsids to info.xml | Georg Ehrke | 2014-07-07 | 2 | -1/+2 |
| | |||||
* | change order of registering api and capabilities to fix file version previews | Jörn Friedrich Dreyer | 2014-07-01 | 1 | -3/+3 |
| | |||||
* | wwe no longer have a versions table | Bjoern Schiessle | 2014-06-10 | 1 | -2/+0 |
| | |||||
* | use OC_DB::dropTable() | Thomas Müller | 2014-06-02 | 1 | -2/+1 |
| | |||||
* | let file cache handle the versions size | Bjoern Schiessle | 2014-06-02 | 3 | -46/+4 |
| | |||||
* | Adjust core apps to use "requiremin" instead of "require" | Vincent Petry | 2014-05-27 | 1 | -2/+2 |
| | | | | Also added a few missing authors. | ||||
* | Images on public sharing get downscaled to increase use experience - this ↵ | Thomas Müller | 2014-05-02 | 1 | -1/+2 |
| | | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached | ||||
* | Miscellaneous text fixes for core apps | Robin McCorkell | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | make sure that we don't try to access an already deleted files, fixes some ↵ | Bjoern Schiessle | 2013-11-28 | 1 | -0/+1 |
| | | | | file source not found warnings | ||||
* | maxX and maxY should be a integer | Bjoern Schiessle | 2013-10-02 | 1 | -1/+1 |
| |