summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7253 from owncloud/preferences-cachingicewind19912014-02-181-52/+0
|\ | | | | Add caching to OC\Preferences
| * Add caching to OC\PreferencesRobin Appelman2014-02-181-52/+0
| |
* | Merge pull request #6650 from owncloud/migration_unit_testsTom Needham2014-02-181-0/+89
|\ \ | | | | | | User migration fix, and basic unit test
| * | Fix poor spellingtomneedham2014-02-181-3/+3
| | |
| * | Merge branch 'master' into migration_unit_teststomneedham2014-02-177-27/+324
| |\|
| * | Finish basic testing of user exporttomneedham2014-02-171-6/+63
| | |
| * | Merge branch 'master' into migration_unit_testsBart Visscher2014-02-1012-23/+466
| |\ \
| * | | Add WIP unit test for migrationtomneedham2014-01-071-0/+32
| | | |
* | | | Merge pull request #7176 from owncloud/styleLukas Reschke2014-02-182-2/+2
|\ \ \ \ | |_|_|/ |/| | | Some style fixes
| * | | number as numberBart Visscher2014-02-122-2/+2
| | |/ | |/|
* | | Merge pull request #7156 from owncloud/backgroundjob-publicThomas Müller2014-02-144-25/+239
|\ \ \ | | | | | | | | Add the background job list to the public server container
| * | | Add unit tests for JobListRobin Appelman2014-02-123-25/+237
| | | |
| * | | Add the background job list to the public server containerRobin Appelman2014-02-111-0/+2
| | | |
* | | | Fix test cases for group managerRobin Appelman2014-02-141-2/+35
| | | |
* | | | sort expected result in testsRobin Appelman2014-02-131-0/+2
| | | |
* | | | Merge branch 'master' into convert-oc_appconfigRobin Appelman2014-02-111-0/+47
|\| | |
| * | | intendationArthur Schiwon2014-02-111-5/+5
| | | |
| * | | Inject loggerArthur Schiwon2014-02-111-0/+7
| | | |
| * | | test for share dialoge sorterArthur Schiwon2014-02-111-0/+40
| |/ /
* | | Remove the Test_AppConfig_Object tests as they no longer make sense with cachingRobin Appelman2014-02-071-180/+0
| | |
* | | use the 'new' server container for appconfigRobin Appelman2014-02-0761-401/+2829
|\| |
| * | Merge pull request #6952 from MartialGeek/add_freebox_supportVincent Petry2014-02-061-0/+15
| |\ \ | | | | | | | | New user agent added for the Freebox.
| | * | The regexp of the Freebox user agent is now more strict.Martial Saunois2014-01-291-0/+5
| | | | | | | | | | | | | | | | A new unit test has been added in consequence.
| | * | Unit tests added for the new Freebox user agent.Martial Saunois2014-01-281-0/+10
| | | |
| * | | add test for password remove methodBjoern Schiessle2014-02-041-0/+62
| | | |
| * | | Add 'mail_from_address' configurationJens-Christian Fischer2014-01-241-0/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In environments where there are rules for the email addresses, the "from address" that owncloud uses has to be configurable. This patch adds a new configuration variable 'mail_from_address'. If it is configured, owncloud will use this as the sender of *all* emails. (OwnCloud uses 'sharing-noreply' and 'password-noreply' by default). By using the 'mail_from_address' configuration, only this email address will be used.
| * | fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller2014-01-211-0/+42
| | |
| * | Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-191-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When calling fopen() on some storage types, these return false instead of throwing an exception. This fix makes sure that in case the stream wasn't opened (for example when a file doesn't exist any more) the stream isn't wrapped. Also added 'rb' as another case that doesn't need to be wrapped. Fixes #6832
| * | Fix array access syntax for older PHPVincent Petry2014-01-171-2/+3
| | | | | | | | | | | | There was a syntax error when running tests in PHP 5.3.10.
| * | Merge pull request #6644 from ben-denham/unshare-all-fixBjörn Schießle2014-01-161-4/+54
| |\ \ | | | | | | | | \OCP\Share::unshareAll() fix
| | * | updated the unit test for OCP\Share::unshareAll() to verify that shares by ↵ben-denham2014-01-101-4/+54
| | |/ | | | | | | | | | all users are removed for an item.
| * | Merge pull request #6744 from owncloud/fix_ocs_response_messagesThomas Müller2014-01-151-11/+24
| |\ \ | | | | | | | | keep response message
| | * | extended test to also check the status messagesBjoern Schiessle2014-01-141-11/+24
| | | |
| * | | Merge pull request #6768 from owncloud/scanner-use-storage-mtimeVincent Petry2014-01-153-2/+19
| |\ \ \ | | | | | | | | | | Use storage_mtime when determining if we can reuse cached data while scanning
| | * | | update another testRobin Appelman2014-01-141-1/+1
| | | | |
| | * | | use different value for mtime and storage_mtime in testRobin Appelman2014-01-141-1/+1
| | | | |
| | * | | remove duplicate test classRobin Appelman2014-01-142-23/+17
| | | | |
| | * | | Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-142-1/+24
| | |/ /
| * / / Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-0/+45
| |/ / | | | | | | | | | | | | | | | The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available.
| * | Merge pull request #6681 from owncloud/userreportblizzz2014-01-081-0/+72
| |\ \ | | | | | | | | add command line option to get user number statistics
| | * | add tests for user countingArthur Schiwon2014-01-081-0/+72
| | |/
| * | Prevent deleting storage rootVincent Petry2014-01-081-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well.
| * | Now also preventing to override "files" dir size with -1Vincent Petry2014-01-071-6/+12
| | | | | | | | | | | | Fixes #6526
| * | Merge pull request #6290 from owncloud/files-androidcontentdispositionThomas Müller2014-01-071-0/+50
| |\ \ | | |/ | |/| Files androidcontentdisposition
| | * Added isUserAgent() method to requestVincent Petry2013-12-191-0/+50
| | | | | | | | | | | | | | | | | | - added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent()
| * | Make OC_Avatar unit tests independent of currently loggedin userRobin Appelman2014-01-021-5/+13
| | |
| * | Merge pull request #6513 from owncloud/user-no-change-displaynameicewind19912014-01-021-1/+4
| |\ \ | | | | | | | | Re-add the config options to remove the ability for users to change their displayname
| | * | Pass config object in testGetHomeNotSupportedRobin Appelman2013-12-201-1/+4
| | | |
| * | | Merge pull request #6449 from owncloud/core-appsorderfixThomas Müller2013-12-242-1/+14
| |\ \ \ | | | | | | | | | | Fixed apps loading order
| | * | | Fixed apps loading orderVincent Petry2013-12-202-1/+14
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442