Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only check the "was updated/inserted" when not on Oracle... | Joas Schilling | 2015-09-14 | 1 | -2/+8 |
| | |||||
* | Merge pull request #18658 from owncloud/configurable-temp | Frank Karlitschek | 2015-09-12 | 1 | -4/+32 |
|\ | | | | | Configurable temporary directory | ||||
| * | Unit test getting temp dir from config | Robin McCorkell | 2015-08-30 | 1 | -1/+19 |
| | | |||||
| * | Clean up TempManager to follow code guidelines | Robin McCorkell | 2015-08-30 | 1 | -3/+14 |
| | | | | | | | | tmpBaseDir can be overridden for unit testing purposes | ||||
| * | moved code to /lib/private/tempmanager.php | root | 2015-08-29 | 1 | -3/+2 |
| | | | | | | | | | | | | fix for unit test some fixes | ||||
* | | Add reset method to mimetype loader | Robin McCorkell | 2015-09-11 | 1 | -12/+3 |
| | | | | | | | | Used to solve concurrency issues | ||||
* | | Merge pull request #18851 from owncloud/memcached-getallkeys-fallback | Robin McCorkell | 2015-09-10 | 1 | -0/+23 |
|\ \ | | | | | | | Fallback to complete Memcached flush if getAllKeys fails | ||||
| * | | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-05 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data. | ||||
* | | | Merge pull request #18699 from owncloud/notification-manager | Lukas Reschke | 2015-09-10 | 4 | -0/+1184 |
|\ \ \ | | | | | | | | | Notification manager | ||||
| * | | | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 4 | -59/+59 |
| | | | | |||||
| * | | | Add tests for the query() | Joas Schilling | 2015-09-08 | 1 | -0/+2 |
| | | | | |||||
| * | | | Add tests for the notification manager | Joas Schilling | 2015-09-08 | 1 | -0/+345 |
| | | | | |||||
| * | | | Add more action tests | Joas Schilling | 2015-09-08 | 2 | -9/+12 |
| | | | | |||||
| * | | | Add tests for notification | Joas Schilling | 2015-09-08 | 1 | -0/+602 |
| | | | | |||||
| * | | | Add tests for Action | Joas Schilling | 2015-09-08 | 1 | -0/+232 |
| | | | | |||||
* | | | | Merge pull request #18925 from owncloud/change-risky-test | Morris Jobke | 2015-09-09 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Rename data provider to avoid risky test warning | ||||
| * | | | | Rename data provider to avoid risky test warning | Lukas Reschke | 2015-09-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` 06:49:56 There was 1 risky test: 06:49:56 06:49:56 1) OC\AppFramework\Http\JSONResponseTest::testRenderProvider 06:49:56 This test did not perform any assertions ``` | ||||
* | | | | | Write to session in batch at the end of the request | Lukas Reschke | 2015-09-09 | 1 | -9/+0 |
| | | | | | |||||
* | | | | | Write session data to single key | Lukas Reschke | 2015-09-09 | 1 | -4/+4 |
|/ / / / | | | | | | | | | | | | | This prevents decrypting values multiple times. | ||||
* | | | | Merge pull request #18684 from owncloud/explicit-upgrade-version | Morris Jobke | 2015-09-09 | 1 | -10/+64 |
|\ \ \ \ | | | | | | | | | | | Explicit upgrade version + prevent downgrades | ||||
| * | | | | Restrict upgrades to explicit allowed version | Vincent Petry | 2015-08-30 | 1 | -10/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version.php now contains the previous ownCloud version from which upgrades are allowed. Any other upgrades will show a message that the upgrade/downgrade is not supported. | ||||
* | | | | | Load all enabled apps in test bootstrap | Robin McCorkell | 2015-09-07 | 1 | -3/+2 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #18748 from owncloud/files-versions-tab | Morris Jobke | 2015-09-07 | 1 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | Add versions tab to files sidebar | ||||
| * | | | | Add versions tab to files sidebar | Vincent Petry | 2015-09-03 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 #18742 from owncloud/mimetype-updatedb | Roeland Douma | 2015-09-06 | 3 | -15/+291 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Introduce mimetype DB update occ command | ||||
| * | | | | Unit tests for mimetype loader | Robin McCorkell | 2015-09-04 | 2 | -0/+277 |
| | | | | | |||||
| * | | | | Split mimetype handling to new class | Robin McCorkell | 2015-09-04 | 1 | -15/+14 |
| | | | | | |||||
* | | | | | Merge pull request #18799 from owncloud/appconfig-with-one-request | Morris Jobke | 2015-09-03 | 1 | -204/+247 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Only query the appconfig once per request | ||||
| * | | | | Only query the appconfig once | Joas Schilling | 2015-09-03 | 1 | -204/+247 |
| | | | | | |||||
* | | | | | Encode HTML tags in JSON | Lukas Reschke | 2015-09-03 | 1 | -6/+20 |
|/ / / / | | | | | | | | | | | | | While not encoding the HTML tags in the JSON response is perfectly fine since we set the proper mimetype as well as disable content sniffing a lot of automated code scanner do report this as security bug. Encoding them leads to less discussions and a lot of saved time. | ||||
* | | | | use config.php value instead of version string | Morris Jobke | 2015-09-02 | 1 | -0/+28 |
| | | | | |||||
* | | | | Merge pull request #18730 from owncloud/appframework_proper_304 | Vincent Petry | 2015-09-01 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | Properly return 304 in AppFramework | ||||
| * | | | | Properly return 304 | Roeland Jago Douma | 2015-09-01 | 1 | -0/+8 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ETag set in the IF_NONE_MODIFIED header is wraped in quotes ("). However the ETag that is set in response is not (yet). Also we need to cast the ETag to a string. * Added unit test | ||||
* / / / | verify the path in the autoloader | Robin Appelman | 2015-09-01 | 3 | -37/+39 |
|/ / / | |||||
* | | | don't read certificates if ownCloud is not installed | Bjoern Schiessle | 2015-08-30 | 1 | -1/+5 |
| | | | |||||
* | | | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 4 | -13/+456 |
|/ / | |||||
* | | Merge pull request #14856 from rullzer/remote_avatars | Morris Jobke | 2015-08-29 | 1 | -12/+17 |
|\ \ | |/ |/| | Allow Remote avatars | ||||
| * | Allow remote avatars | Roeland Jago Douma | 2015-08-29 | 1 | -12/+17 |
| | | |||||
* | | Merge pull request #18620 from owncloud/add-public-interface-for-factory | Vincent Petry | 2015-08-29 | 1 | -0/+1 |
|\ \ | |/ |/| | Add a public interface for the language factory so apps can use it | ||||
| * | Add a test for the interface | Joas Schilling | 2015-08-28 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 3 | -55/+141 |
|\ \ | | | | | | | occ command line tool to encrypt all files | ||||
| * | | copy always file by file to encrypt/decrypt it if needed | Bjoern Schiessle | 2015-08-26 | 1 | -53/+8 |
| | | | |||||
| * | | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 3 | -2/+133 |
| | | | |||||
* | | | Use certificates that expire in 10 years | Lukas Reschke | 2015-08-27 | 3 | -33/+48 |
| |/ |/| | | | | | :speak_no_evil: :speak_no_evil: :speak_no_evil: | ||||
* | | Merge pull request #17662 from owncloud/locking-db | Thomas Müller | 2015-08-26 | 2 | -0/+73 |
|\ \ | | | | | | | Database backend for locking | ||||
| * | | log a warning while trying to acquire a db lock from within a transaction | Robin Appelman | 2015-08-10 | 1 | -1/+1 |
| | | | |||||
| * | | Fix db schema | Robin Appelman | 2015-08-03 | 1 | -1/+1 |
| | | | |||||
| * | | Add database backend for high level locking | Robin Appelman | 2015-08-03 | 1 | -0/+43 |
| | | | |||||
| * | | split off keeping track of acquire locks | Robin Appelman | 2015-08-03 | 1 | -0/+30 |
| | | | |||||
* | | | Explicitly specify status code 200 as response code | Lukas Reschke | 2015-08-25 | 1 | -0/+4 |
| | | | | | | | | | | | | Potentially fixes https://github.com/owncloud/core/issues/17586 |