Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add icommentsmanger and icomment implementation | Arthur Schiwon | 2015-12-09 | 4 | -0/+685 |
| | | | | | | | | | | | | | | | | | | | | | | | | register CommentsManager service, allow override, document in config.sample.php don't insert autoincrement ids in tests, because of dislikes from oracle and pgsql specify timezone in null date only accepts strings for ID parameter that can be converted to int replace forgotten hardcoded IDs in tests react on deleted users react on file deletion Postgresql compatibility lastInsertId needs *PREFIX* with the table name do not listen for file deletion, because it is not reliable (trashbin, external storages) add runtime cache for comments | ||||
* | Merge pull request #21068 from owncloud/fix-exit-code-autotest-external | Thomas Müller | 2015-12-09 | 1 | -1/+0 |
|\ | | | | | Fix exit code autotest external | ||||
| * | remove deprecated strict setting | Thomas Müller | 2015-12-09 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-test | Thomas Müller | 2015-12-09 | 1 | -5/+17 |
|\ \ | |/ |/| | Fix the last insert id test by changing to an autoincremen… | ||||
| * | Fix the last insert id test by changing to an autoincrement table | Joas Schilling | 2015-12-09 | 1 | -5/+17 |
| | | |||||
* | | Merge pull request #21038 from owncloud/share-computesharepermissions-notstore | Thomas Müller | 2015-12-09 | 3 | -3/+27 |
|\ \ | |/ |/| | Fix (re)share permission checks in a few code paths | ||||
| * | Fix more unit tests to pass a mock storage instead of null to FileInfo | Vincent Petry | 2015-12-08 | 3 | -3/+27 |
| | | |||||
* | | Merge pull request #21030 from owncloud/querybuilder-new-features | Thomas Müller | 2015-12-08 | 1 | -5/+78 |
|\ \ | | | | | | | Querybuilder new features | ||||
| * | | Add a method to the get "to use" table and column name | Joas Schilling | 2015-12-08 | 1 | -1/+21 |
| | | | |||||
| * | | Add select distinct to the query builder | Joas Schilling | 2015-12-08 | 1 | -4/+32 |
| | | | |||||
| * | | Allow getting the last insert id without much hassle | Joas Schilling | 2015-12-08 | 1 | -0/+25 |
| |/ | |||||
* | | Merge pull request #20786 from owncloud/systemtags-dav | Thomas Müller | 2015-12-08 | 2 | -4/+4 |
|\ \ | | | | | | | DAV endpoint for system tags | ||||
| * | | Fixed system tags DAV and API and docs | Vincent Petry | 2015-12-04 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #21022 from owncloud/get-rid-of-by-reference | Thomas Müller | 2015-12-08 | 1 | -6/+12 |
|\ \ \ | | | | | | | | | Get rid of by reference | ||||
| * | | | Add unit test for nested arrays | Lukas Reschke | 2015-12-08 | 1 | -6/+12 |
| | |/ | |/| | |||||
* / | | Do not trust casting | Lukas Reschke | 2015-12-08 | 1 | -0/+2 |
|/ / | |||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 2 | -4/+0 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | Merge pull request #20981 from ↵ | Thomas Müller | 2015-12-07 | 1 | -3/+19 |
|\ \ | | | | | | | | | | | | | owncloud/issue-19848-multiple-emails-for-sharelink Allow sending a share email to multiple users | ||||
| * | | Add a unit test for single user case as well | Joas Schilling | 2015-12-07 | 1 | -7/+9 |
| | | | |||||
| * | | Allow sending a share email to multiple users | Joas Schilling | 2015-12-07 | 1 | -3/+17 |
| | | | |||||
* | | | Merge pull request #20569 from owncloud/issue_20427 | Thomas Müller | 2015-12-07 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Show external storage status in file list + prompt credentials if different | ||||
| * \ \ | Merge branch 'master' into issue_20427 | Jesus Macias Portela | 2015-12-03 | 121 | -1359/+5042 |
| |\ \ \ | |||||
| * | | | | Added some unit tests for the status manager | Vincent Petry | 2015-11-20 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge pull request #20904 from owncloud/view-mime-filter | Thomas Müller | 2015-12-07 | 1 | -0/+35 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix mimetype filter in getDirectoryContent | ||||
| * | | | | | Fix mimetype filter in getDirectoryContent | Robin Appelman | 2015-12-03 | 1 | -0/+35 |
| | | | | | | |||||
* | | | | | | Only try to load avatars in the user list if there is any | Roeland Jago Douma | 2015-12-04 | 1 | -11/+49 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge pull request #20807 from ↵ | Thomas Müller | 2015-12-03 | 2 | -35/+105 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/dont-append-redirect-url-if-user-is-already-logged-in Don't append redirect URL if user is logged-in | ||||
| * | | | | | Show error template | Lukas Reschke | 2015-11-30 | 2 | -35/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | Otherwise this leads to an endless redirection in case of a CSRF exception. Also sets user expectation right. | ||||
* | | | | | | Merge pull request #20921 from owncloud/last-OC_Config-removals-in-tests | Thomas Müller | 2015-12-03 | 1 | -8/+9 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Reduce OC_Config usage in tests/ | ||||
| * | | | | | last change of OC_Config to the proper interface in tests/ | Morris Jobke | 2015-12-03 | 1 | -3/+4 |
| | | | | | | |||||
| * | | | | | Reduce OC_Config usage in tests/ | Morris Jobke | 2015-12-03 | 1 | -5/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #19461 from owncloud/reuse_code | Thomas Müller | 2015-12-03 | 1 | -0/+91 |
|\ \ \ \ \ | |/ / / / |/| | | | | reuse code | ||||
| * | | | | add unit tests for OC_Util::add* methods | Morris Jobke | 2015-11-23 | 1 | -0/+91 |
| | | | | | |||||
* | | | | | Replace OC_Config in tests with IConfig calls | Morris Jobke | 2015-12-03 | 2 | -6/+8 |
| | | | | | |||||
* | | | | | Merge pull request #20902 from owncloud/drop-OC_Config-from-tests | Thomas Müller | 2015-12-03 | 5 | -35/+45 |
|\ \ \ \ \ | | | | | | | | | | | | | Replace OC_Config in tests with IConfig calls | ||||
| * | | | | | Replace OC_Config in tests with IConfig calls | Morris Jobke | 2015-12-02 | 5 | -35/+45 |
| | | | | | | |||||
* | | | | | | Merge pull request #20872 from owncloud/systemtags-better-not-found-exception | Thomas Müller | 2015-12-03 | 2 | -2/+14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Systemtags better not found exception | ||||
| * | | | | | | Fix the unit test by running tearDown() and cleaning tags before the test | Joas Schilling | 2015-12-01 | 2 | -1/+13 |
| | | | | | | | |||||
| * | | | | | | Add a method to get the list of tags from the TagNotFound Exception | Joas Schilling | 2015-12-01 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #20894 from owncloud/post-delete-meta-view | Thomas Müller | 2015-12-03 | 1 | -1/+21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Also add metadata for postDelete hooks triggered from the view | ||||
| * | | | | | | | Also add metadata for postDelete hooks triggered from the view | Robin Appelman | 2015-12-02 | 1 | -1/+21 |
| | | | | | | | | |||||
* | | | | | | | | Adding unit test for MailNotifications::sendInternalShareMail() | Thomas Müller | 2015-12-02 | 1 | -31/+70 |
| | | | | | | | | |||||
* | | | | | | | | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 3 | -134/+201 |
| |_|_|_|_|/ / |/| | | | | | | |||||
* | | | | | | | Merge pull request #20719 from owncloud/adding-system-addressbook-of-users | Thomas Müller | 2015-12-02 | 2 | -1/+30 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Adding system addressbook for users of this instance - a occ command … | ||||
| * | | | | | | Fix endless recursion | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Fix getCloudId | Thomas Müller | 2015-12-02 | 1 | -1/+7 |
| | | | | | | | |||||
| * | | | | | | Adding unit test for User::getCloudId() | Thomas Müller | 2015-12-02 | 1 | -0/+18 |
| | | | | | | | |||||
| * | | | | | | Add the user's cloud id to the vCard | Thomas Müller | 2015-12-02 | 1 | -0/+3 |
| | | | | | | | |||||
| * | | | | | | Add IUser::getAvatarImage() for easy access | Thomas Müller | 2015-12-02 | 1 | -1/+3 |
| | | | | | | | |||||
* | | | | | | | Remove OC_Config from app management template | Morris Jobke | 2015-12-02 | 1 | -4/+38 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | * add unit test for this case |