Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the background job list to the public server container | Robin Appelman | 2014-02-11 | 1 | -0/+2 |
| | |||||
* | intendation | Arthur Schiwon | 2014-02-11 | 1 | -5/+5 |
| | |||||
* | Inject logger | Arthur Schiwon | 2014-02-11 | 1 | -0/+7 |
| | |||||
* | test for share dialoge sorter | Arthur Schiwon | 2014-02-11 | 1 | -0/+40 |
| | |||||
* | Merge pull request #6952 from MartialGeek/add_freebox_support | Vincent Petry | 2014-02-06 | 1 | -0/+15 |
|\ | | | | | New user agent added for the Freebox. | ||||
| * | The regexp of the Freebox user agent is now more strict. | Martial Saunois | 2014-01-29 | 1 | -0/+5 |
| | | | | | | | | A new unit test has been added in consequence. | ||||
| * | Unit tests added for the new Freebox user agent. | Martial Saunois | 2014-01-28 | 1 | -0/+10 |
| | | |||||
* | | add test for password remove method | Bjoern Schiessle | 2014-02-04 | 1 | -0/+62 |
| | | |||||
* | | Add 'mail_from_address' configuration | Jens-Christian Fischer | 2014-01-24 | 1 | -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 checkPasswordProtectedShare | Thomas Müller | 2014-01-21 | 1 | -0/+42 |
| | |||||
* | Fixed quota wrapper to not wrap failed fopen streams | Vincent Petry | 2014-01-19 | 1 | -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 PHP | Vincent Petry | 2014-01-17 | 1 | -2/+3 |
| | | | | There was a syntax error when running tests in PHP 5.3.10. | ||||
* | Merge pull request #6644 from ben-denham/unshare-all-fix | Björn Schießle | 2014-01-16 | 1 | -4/+54 |
|\ | | | | | \OCP\Share::unshareAll() fix | ||||
| * | updated the unit test for OCP\Share::unshareAll() to verify that shares by ↵ | ben-denham | 2014-01-10 | 1 | -4/+54 |
| | | | | | | | | all users are removed for an item. | ||||
* | | Merge pull request #6744 from owncloud/fix_ocs_response_messages | Thomas Müller | 2014-01-15 | 1 | -11/+24 |
|\ \ | | | | | | | keep response message | ||||
| * | | extended test to also check the status messages | Bjoern Schiessle | 2014-01-14 | 1 | -11/+24 |
| | | | |||||
* | | | Merge pull request #6768 from owncloud/scanner-use-storage-mtime | Vincent Petry | 2014-01-15 | 3 | -2/+19 |
|\ \ \ | | | | | | | | | Use storage_mtime when determining if we can reuse cached data while scanning | ||||
| * | | | update another test | Robin Appelman | 2014-01-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | use different value for mtime and storage_mtime in test | Robin Appelman | 2014-01-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | remove duplicate test class | Robin Appelman | 2014-01-14 | 2 | -23/+17 |
| | | | | |||||
| * | | | Use storage_mtime when determining if we can reuse cached data while scanning | Robin Appelman | 2014-01-14 | 2 | -1/+24 |
| |/ / | |||||
* / / | Fix calculated folder size to use unencrypted size | Vincent Petry | 2014-01-09 | 1 | -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/userreport | blizzz | 2014-01-08 | 1 | -0/+72 |
|\ \ | | | | | | | add command line option to get user number statistics | ||||
| * | | add tests for user counting | Arthur Schiwon | 2014-01-08 | 1 | -0/+72 |
| |/ | |||||
* | | Prevent deleting storage root | Vincent Petry | 2014-01-08 | 1 | -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 -1 | Vincent Petry | 2014-01-07 | 1 | -6/+12 |
| | | | | | | | | Fixes #6526 | ||||
* | | Merge pull request #6290 from owncloud/files-androidcontentdisposition | Thomas Müller | 2014-01-07 | 1 | -0/+50 |
|\ \ | |/ |/| | Files androidcontentdisposition | ||||
| * | Added isUserAgent() method to request | Vincent Petry | 2013-12-19 | 1 | -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 user | Robin Appelman | 2014-01-02 | 1 | -5/+13 |
| | | |||||
* | | Merge pull request #6513 from owncloud/user-no-change-displayname | icewind1991 | 2014-01-02 | 1 | -1/+4 |
|\ \ | | | | | | | Re-add the config options to remove the ability for users to change their displayname | ||||
| * | | Pass config object in testGetHomeNotSupported | Robin Appelman | 2013-12-20 | 1 | -1/+4 |
| | | | |||||
* | | | Merge pull request #6449 from owncloud/core-appsorderfix | Thomas Müller | 2013-12-24 | 2 | -1/+14 |
|\ \ \ | | | | | | | | | Fixed apps loading order | ||||
| * | | | Fixed apps loading order | Vincent Petry | 2013-12-20 | 2 | -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 | ||||
* / / | Remove all uses of numRows(). | Andreas Fischer | 2013-12-21 | 3 | -14/+13 |
|/ / | |||||
* | | Add unit tests for decimal type usage | Oliver Gasser | 2013-12-18 | 1 | -0/+29 |
| | | |||||
* | | Increment number of columns by one | Oliver Gasser | 2013-12-18 | 1 | -1/+1 |
| | | |||||
* | | Typo fixed | Oliver Gasser | 2013-12-17 | 1 | -1/+1 |
| | | |||||
* | | Add decimal(precision,scale) column to unit tests | Oliver Gasser | 2013-12-17 | 2 | -0/+9 |
| | | |||||
* | | Merge pull request #6345 from owncloud/mysql-set-names-utf8-tests | Thomas Müller | 2013-12-17 | 1 | -0/+27 |
|\ \ | | | | | | | DB tests: Test whether we can insert and read UTF8 data. | ||||
| * | | add missing quotes + field declarations | Thomas Müller | 2013-12-17 | 1 | -1/+16 |
| | | | |||||
| * | | Use old school query style that actually works. | Andreas Fischer | 2013-12-12 | 1 | -9/+8 |
| | | | |||||
| * | | DB tests: Test whether we can insert and read UTF8 data. | Andreas Fischer | 2013-12-12 | 1 | -0/+13 |
| | | | |||||
* | | | adjust test | Arthur Schiwon | 2013-12-13 | 1 | -2/+13 |
| | | | |||||
* | | | remove unneeded ; in comment | Robin Appelman | 2013-12-12 | 1 | -1/+1 |
| | | | |||||
* | | | Add test for having utf8 filenames in the cache | Robin Appelman | 2013-12-12 | 1 | -1/+31 |
|/ / | |||||
* | | Ensure memcached extension is there before attempting to create an instance. | Andreas Fischer | 2013-12-09 | 1 | -4/+3 |
| | | |||||
* | | Only run memcached tests if server is available. | Andreas Fischer | 2013-12-09 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #6150 from owncloud/backgroundjob-log-exception | blizzz | 2013-12-06 | 4 | -38/+105 |
|\ | | | | | Remove background jobs that are giving errors | ||||
| * | add test case for removing background jobs that are throwing exceptions | Robin Appelman | 2013-12-05 | 2 | -3/+59 |
| | | |||||
| * | Dont use exceptions for the backgroundjob test cases | Robin Appelman | 2013-12-04 | 2 | -35/+46 |
| | |