summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-111-0/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-011-3/+3
|
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-301-1/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-281-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-261-1/+1
|
* Add routing to files_versionsLukas Reschke2014-08-191-0/+5
|
* Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-171-10/+0
|\ | | | | remove obsolete japanese lang code
| * remove obsolete japanese lang codeVolkan Gezer2014-08-131-10/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-171-0/+10
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-111-0/+3
|
* add unit test to make sure getVersions returns the correct resultBjoern Schiessle2014-08-051-0/+34
|
* make sure that the versions array contains the correct pathBjoern Schiessle2014-08-051-2/+2
|
* add unit test for rename and copy operationBjoern Schiessle2014-07-303-7/+119
|
* make sure that we always find all versionsBjoern Schiessle2014-07-301-22/+37
|
* make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-303-5/+27
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-261-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-201-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-172-0/+14
|
* Remove deleted versions from the cacheRobin Appelman2014-07-101-4/+21
|
* Merge pull request #9460 from owncloud/versions-localVincent Petry2014-07-101-5/+4
|\ | | | | Dont assume local home storage for files_version
| * Dont delete versions as local filesRobin Appelman2014-07-071-5/+4
| |
* | add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
|/
* Merge pull request #9269 from owncloud/fix_versions_previewThomas Müller2014-07-041-3/+3
|\ | | | | change order of registering api and capabilities to fix file version previews
| * change order of registering api and capabilities to fix file version previewsJörn Friedrich Dreyer2014-07-011-3/+3
| |
* | add ellipsizing to restore string if text is too longJan-Christoph Borchardt2014-07-011-0/+3
| |
* | increase width of version dropdown - fixes #9270Morris Jobke2014-07-011-1/+1
|/
* Merge pull request #9074 from geez0x1/masterMorris Jobke2014-06-231-1/+1
|\ | | | | Update the modified date in UI on file reversion
| * Update the modified date in UI on file reversiongeez0x12014-06-171-1/+1
| |
* | initialize arrayBjoern Schiessle2014-06-181-0/+1
|/
* wwe no longer have a versions tableBjoern Schiessle2014-06-103-28/+0
|
* Merge pull request #8471 from owncloud/versioning_no_longer_track_the_sizeThomas Müller2014-06-044-113/+8
|\ | | | | [versioning] let the file cache track the size of the versions
| * Fix merge conflictThomas Müller2014-06-031-31/+0
| |
| * use OC_DB::dropTable()Thomas Müller2014-06-021-2/+1
| |
| * let file cache handle the versions sizeBjoern Schiessle2014-06-024-86/+13
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-041-1/+1
|/
* Distinguish legacy file actions from regular file actionsVincent Petry2014-05-301-3/+3
| | | | | | | | | | | | | | 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.
* Added "dir" in file actions handler context and fixed versionsVincent Petry2014-05-301-12/+21
| | | | | | | | | Added "dir" in file actions handler context so that handlers can know what the path of the file was without having to look it up from the file list. Fixed versions app to use the context.dir instead of the old $('#dir') element. This makes the versions popup work in the sharing overview.
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
| | | | 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-193-15/+15
| | | | * test case added to avoid adding them later
* Merge pull request #8585 from owncloud/phpdoc-improvements-appsAndreas Fischer2014-05-192-9/+9
|\ | | | | | | | | | | | | | | | | | | | | | | 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-3/+3
| |
| * Fix PHPDoc in /appsRobin McCorkell2014-05-161-6/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-181-0/+5
|/
* @returns -> @returnThomas Müller2014-05-131-1/+1
|
* remove legacy aka deprecated code: OC_FilesystemThomas Müller2014-05-121-1/+1
|
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-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
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-191-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-04-091-0/+8
|