summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* different strategy in cleaning up after user was deletedArthur Schiwon2015-12-092-22/+16
| | | | | | | | we do not listen to deletion hooks anymore, because there is no guarantee that they will be heard - requires that something fetches the CommentsManager first. Instead, in the user deletion routine the clean up method will be called directly. Same way as it happens for files, group memberships, config values.
* add icommentsmanger and icomment implementationArthur Schiwon2015-12-094-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-externalThomas Müller2015-12-091-1/+0
|\ | | | | Fix exit code autotest external
| * remove deprecated strict settingThomas Müller2015-12-091-1/+0
| |
* | Merge pull request #21061 from owncloud/fix-oracle-last-insert-id-testThomas Müller2015-12-091-5/+17
|\ \ | |/ |/| Fix the last insert id test by changing to an autoincremen…
| * Fix the last insert id test by changing to an autoincrement tableJoas Schilling2015-12-091-5/+17
| |
* | Merge pull request #21038 from owncloud/share-computesharepermissions-notstoreThomas Müller2015-12-093-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 FileInfoVincent Petry2015-12-083-3/+27
| |
* | Merge pull request #21030 from owncloud/querybuilder-new-featuresThomas Müller2015-12-081-5/+78
|\ \ | | | | | | Querybuilder new features
| * | Add a method to the get "to use" table and column nameJoas Schilling2015-12-081-1/+21
| | |
| * | Add select distinct to the query builderJoas Schilling2015-12-081-4/+32
| | |
| * | Allow getting the last insert id without much hassleJoas Schilling2015-12-081-0/+25
| |/
* | Merge pull request #20786 from owncloud/systemtags-davThomas Müller2015-12-082-4/+4
|\ \ | | | | | | DAV endpoint for system tags
| * | Fixed system tags DAV and API and docsVincent Petry2015-12-042-4/+4
| | |
* | | Merge pull request #21022 from owncloud/get-rid-of-by-referenceThomas Müller2015-12-081-6/+12
|\ \ \ | | | | | | | | Get rid of by reference
| * | | Add unit test for nested arraysLukas Reschke2015-12-081-6/+12
| | |/ | |/|
* / | Do not trust castingLukas Reschke2015-12-081-0/+2
|/ /
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-072-4/+0
| | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | Merge pull request #20981 from ↵Thomas Müller2015-12-071-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 wellJoas Schilling2015-12-071-7/+9
| | |
| * | Allow sending a share email to multiple usersJoas Schilling2015-12-071-3/+17
| | |
* | | Merge pull request #20569 from owncloud/issue_20427Thomas Müller2015-12-071-1/+2
|\ \ \ | | | | | | | | Show external storage status in file list + prompt credentials if different
| * \ \ Merge branch 'master' into issue_20427Jesus Macias Portela2015-12-03121-1359/+5042
| |\ \ \
| * | | | Added some unit tests for the status managerVincent Petry2015-11-201-1/+2
| | | | |
* | | | | Merge pull request #20904 from owncloud/view-mime-filterThomas Müller2015-12-071-0/+35
|\ \ \ \ \ | | | | | | | | | | | | Fix mimetype filter in getDirectoryContent
| * | | | | Fix mimetype filter in getDirectoryContentRobin Appelman2015-12-031-0/+35
| | | | | |
* | | | | | Only try to load avatars in the user list if there is anyRoeland Jago Douma2015-12-041-11/+49
| |_|_|/ / |/| | | |
* | | | | Merge pull request #20807 from ↵Thomas Müller2015-12-032-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 templateLukas Reschke2015-11-302-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-testsThomas Müller2015-12-031-8/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Reduce OC_Config usage in tests/
| * | | | | last change of OC_Config to the proper interface in tests/Morris Jobke2015-12-031-3/+4
| | | | | |
| * | | | | Reduce OC_Config usage in tests/Morris Jobke2015-12-031-5/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #19461 from owncloud/reuse_codeThomas Müller2015-12-031-0/+91
|\ \ \ \ \ | |/ / / / |/| | | | reuse code
| * | | | add unit tests for OC_Util::add* methodsMorris Jobke2015-11-231-0/+91
| | | | |
* | | | | Replace OC_Config in tests with IConfig callsMorris Jobke2015-12-032-6/+8
| | | | |
* | | | | Merge pull request #20902 from owncloud/drop-OC_Config-from-testsThomas Müller2015-12-035-35/+45
|\ \ \ \ \ | | | | | | | | | | | | Replace OC_Config in tests with IConfig calls
| * | | | | Replace OC_Config in tests with IConfig callsMorris Jobke2015-12-025-35/+45
| | | | | |
* | | | | | Merge pull request #20872 from owncloud/systemtags-better-not-found-exceptionThomas Müller2015-12-032-2/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Systemtags better not found exception
| * | | | | | Fix the unit test by running tearDown() and cleaning tags before the testJoas Schilling2015-12-012-1/+13
| | | | | | |
| * | | | | | Add a method to get the list of tags from the TagNotFound ExceptionJoas Schilling2015-12-011-1/+1
| | | | | | |
* | | | | | | Merge pull request #20894 from owncloud/post-delete-meta-viewThomas Müller2015-12-031-1/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Also add metadata for postDelete hooks triggered from the view
| * | | | | | | Also add metadata for postDelete hooks triggered from the viewRobin Appelman2015-12-021-1/+21
| | | | | | | |
* | | | | | | | Adding unit test for MailNotifications::sendInternalShareMail()Thomas Müller2015-12-021-31/+70
| | | | | | | |
* | | | | | | | User IUser::getEMailAddress() all over the placeThomas Müller2015-12-023-134/+201
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #20719 from owncloud/adding-system-addressbook-of-usersThomas Müller2015-12-022-1/+30
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Adding system addressbook for users of this instance - a occ command …
| * | | | | | Fix endless recursionThomas Müller2015-12-021-1/+1
| | | | | | |
| * | | | | | Fix getCloudIdThomas Müller2015-12-021-1/+7
| | | | | | |
| * | | | | | Adding unit test for User::getCloudId()Thomas Müller2015-12-021-0/+18
| | | | | | |
| * | | | | | Add the user's cloud id to the vCardThomas Müller2015-12-021-0/+3
| | | | | | |
| * | | | | | Add IUser::getAvatarImage() for easy accessThomas Müller2015-12-021-1/+3
| | | | | | |