Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+7 | |
| | ||||||
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -2/+4 | |
| | | | | Replaced with proper OCP calls | |||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 2 | -0/+14 | |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -0/+2 | |
| | | | | Adding more DB groups to test suits | |||||
* | update tests | Robin Appelman | 2015-11-19 | 1 | -1/+0 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 | |
| | ||||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 1 | -2/+5 | |
| | | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail. | |||||
* | Fix rename shared versions test | Robin Appelman | 2015-10-16 | 1 | -3/+2 | |
| | ||||||
* | test objectstore with ceph docker | Jörn Friedrich Dreyer | 2015-10-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -0/+3 | |
| | ||||||
* | Fix moment.js "a few seconds ago" with "seconds ago" | Morris Jobke | 2015-10-02 | 1 | -1/+1 | |
| | | | | * fixes #18627 | |||||
* | Add the method to the mock | Joas Schilling | 2015-09-25 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #15098 from owncloud/fix_preview_versions_revert_issue | Thomas Müller | 2015-09-24 | 1 | -0/+37 | |
|\ | | | | | fix issue with version rollback and thumbnails | |||||
| * | delete cached preview when rolling back file's version | Georg Ehrke | 2015-09-20 | 1 | -0/+37 | |
| | | | | | | | | | | | | | | | | add random number using OC.parseQueryString and _.extend() version rollback: add missing prefix to OC\Preview::post_delete add test to assure that the rollback hook is called | |||||
* | | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 1 | -1/+1 | |
|/ | ||||||
* | Follow PSR | Victor Dubiniuk | 2015-09-15 | 1 | -0/+0 | |
| | ||||||
* | Namespacing, reusing | Victor Dubiniuk | 2015-09-15 | 1 | -2/+4 | |
| | ||||||
* | Improvements | Victor Dubiniuk | 2015-09-15 | 1 | -3/+5 | |
| | ||||||
* | Add versions obligation | Victor Dubiniuk | 2015-09-15 | 1 | -0/+200 | |
| | ||||||
* | Add versions tab to files sidebar | Vincent Petry | 2015-09-03 | 3 | -0/+465 | |
| | | | | | | | - move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism | |||||
* | Merge pull request #16964 from owncloud/versions_occ | Thomas Müller | 2015-07-06 | 1 | -0/+162 | |
|\ | | | | | add occ tool to delete versions | |||||
| * | add occ tool to delete versions | Bjoern Schiessle | 2015-06-16 | 1 | -0/+162 | |
| | | ||||||
* | | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 | |
|/ | ||||||
* | Add unit tests for non existing users | Joas Schilling | 2015-06-05 | 1 | -0/+34 | |
| | ||||||
* | Abort expiration when file is gone | Vincent Petry | 2015-05-29 | 1 | -0/+10 | |
| | | | | | | | Sometimes a background job for versions expiration was scheduled for a file that has been moved or deleted since. This prevents showing useless warnings in the log and simply bail out. | |||||
* | fix tests | Robin Appelman | 2015-05-18 | 1 | -0/+1 | |
| | ||||||
* | Added unit tests for versions storing | Vincent Petry | 2015-05-15 | 1 | -4/+86 | |
| | ||||||
* | Merge pull request #15881 from owncloud/share-moveversionsproperly | Vincent Petry | 2015-05-11 | 1 | -13/+133 | |
|\ | | | | | Fix version rename with files and folders | |||||
| * | Fix version rename with files and folders | Vincent Petry | 2015-04-27 | 1 | -13/+133 | |
| | | | | | | | | | | - fix moving folder into another folder - fix moving file or folder into shared folder as recipient | |||||
* | | Add a test for getting the versions of an empty path | Joas Schilling | 2015-05-07 | 1 | -1/+12 | |
| | | ||||||
* | | Fix version rollback to keep fileid | Vincent Petry | 2015-04-30 | 1 | -0/+96 | |
| | | ||||||
* | | dont use our now non existing hook | Robin Appelman | 2015-04-27 | 1 | -1/+3 | |
|/ | ||||||
* | fix versions tests | Bjoern Schiessle | 2015-04-07 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #15129 from owncloud/version-command-bus | Lukas Reschke | 2015-03-26 | 1 | -1/+12 | |
|\ | | | | | expire versions in a background command | |||||
| * | Setup the filesystem in the expire command | Robin Appelman | 2015-03-26 | 1 | -1/+12 | |
| | | ||||||
* | | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+15 | |
|/ | ||||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -15/+13 | |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+15 | |
| | ||||||
* | Autoload lib files of versions app | Joas Schilling | 2014-12-02 | 1 | -1/+0 | |
| | ||||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -2/+2 | |
| | ||||||
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -1/+1 | |
| | ||||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -7/+14 | |
| | ||||||
* | Merge pull request #11825 from owncloud/fix_rename_files_in_shared_folder | Björn Schießle | 2014-11-03 | 1 | -2/+99 | |
|\ | | | | | move versions if a file was renamed in a shared folder | |||||
| * | don't move versions if only the mount point was renamed | Bjoern Schiessle | 2014-10-31 | 1 | -0/+43 | |
| | | ||||||
| * | get the source path and owner in a pre hook and the target path and owner in a | Bjoern Schiessle | 2014-10-29 | 1 | -2/+56 | |
| | | | | | | | | post hook | |||||
* | | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -1/+4 | |
|/ | | | | take care of this | |||||
* | add unit test to make sure getVersions returns the correct result | Bjoern Schiessle | 2014-08-05 | 1 | -0/+34 | |
| | ||||||
* | add unit test for rename and copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -0/+108 | |
| | ||||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 | |
| | | | | * test case added to avoid adding them later | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+3 | |
| |