Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18851 from owncloud/memcached-getallkeys-fallback | Robin McCorkell | 2015-09-10 | 2 | -0/+28 |
|\ | | | | | Fallback to complete Memcached flush if getAllKeys fails | ||||
| * | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-05 | 2 | -0/+28 |
| | | | | | | | | | | | | | | 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 | 24 | -3/+2662 |
|\ \ | | | | | | | Notification manager | ||||
| * | | Move interfaces to private until they are no longer experimental | Joas Schilling | 2015-09-08 | 17 | -83/+74 |
| | | | |||||
| * | | Add tests for the query() | Joas Schilling | 2015-09-08 | 1 | -0/+2 |
| | | | |||||
| * | | Add tests for the notification manager | Joas Schilling | 2015-09-08 | 2 | -2/+360 |
| | | | |||||
| * | | Add more action tests | Joas Schilling | 2015-09-08 | 2 | -9/+12 |
| | | | |||||
| * | | Add tests for notification | Joas Schilling | 2015-09-08 | 2 | -8/+610 |
| | | | |||||
| * | | Add tests for Action | Joas Schilling | 2015-09-08 | 3 | -1/+235 |
| | | | |||||
| * | | Fix the subject of notifications | Joas Schilling | 2015-09-08 | 2 | -2/+2 |
| | | | |||||
| * | | Scrap the notifications when the share is accepted or declined | Joas Schilling | 2015-09-08 | 8 | -2/+33 |
| | | | |||||
| * | | Add notifications for remote shares | Joas Schilling | 2015-09-08 | 3 | -0/+115 |
| | | | |||||
| * | | Fix closures and adding parsed Actions | Joas Schilling | 2015-09-08 | 2 | -3/+3 |
| | | | |||||
| * | | Fix the request type and the validity | Joas Schilling | 2015-09-08 | 2 | -3/+4 |
| | | | |||||
| * | | Allow getting the request type | Joas Schilling | 2015-09-08 | 2 | -0/+14 |
| | | | |||||
| * | | Use an INotification to getCount() and markProcessed() | Joas Schilling | 2015-09-08 | 2 | -18/+10 |
| | | | |||||
| * | | Add the request type to the action | Joas Schilling | 2015-09-08 | 2 | -2/+11 |
| | | | |||||
| * | | Add the app id to the markProcessed method | Joas Schilling | 2015-09-08 | 2 | -3/+5 |
| | | | |||||
| * | | Handle InvalidArgumentException more gracefully | Joas Schilling | 2015-09-08 | 1 | -5/+10 |
| | | | |||||
| * | | Add language to the preparation method | Joas Schilling | 2015-09-08 | 2 | -3/+5 |
| | | | |||||
| * | | Nothing is set in stone here yet | Joas Schilling | 2015-09-08 | 5 | -0/+20 |
| | | | |||||
| * | | Notification API | Joas Schilling | 2015-09-08 | 10 | -1/+1279 |
| | | | |||||
* | | | Merge pull request #17791 from owncloud/make-eventsource-compatible-with-win10 | Lukas Reschke | 2015-09-10 | 1 | -0/+11 |
|\ \ \ | | | | | | | | | Add custom CSP for Win 10 compatibility | ||||
| * | | | Add custom CSP for Win 10 compatibility | Lukas Reschke | 2015-07-21 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default content-security-policy of ownCloud forbids inline JavaScript for security reasons. IE starting on Windows 10 will however also obey the CSP which will break the event source fallback. As a workaround thus we set a custom policy which allows the execution of inline JavaScript. This fixes https://github.com/owncloud/core/issues/14286 | ||||
* | | | | Merge pull request #18948 from owncloud/easier-example-theme-defaults.php | Lukas Reschke | 2015-09-10 | 1 | -30/+8 |
|\ \ \ \ | | | | | | | | | | | [example theme] make it easier for non PHP people to understand what … | ||||
| * | | | | [example theme] make it easier for non PHP people to understand what to change | Morris Jobke | 2015-09-10 | 1 | -30/+8 |
| | | | | | |||||
* | | | | | Merge pull request #18936 from owncloud/do-not-include-referer | Morris Jobke | 2015-09-10 | 3 | -0/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | Prevent referer from being sent | ||||
| * | | | | Prevent referer from being sent | Lukas Reschke | 2015-09-09 | 3 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer. | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-10 | 12 | -0/+30 |
| | | | | | |||||
* | | | | | Merge pull request #18895 from owncloud/make-code-analyzers-happier | Morris Jobke | 2015-09-09 | 3 | -24/+100 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add proper PHPDoc | ||||
| * | | | | Add proper PHPDoc | Lukas Reschke | 2015-09-08 | 3 | -24/+100 |
| | | | | | | | | | | | | | | | | | | | | Makes my IDE happier when going through that file. | ||||
* | | | | | Merge pull request #18873 from owncloud/enc_use_master_password | Lukas Reschke | 2015-09-09 | 10 | -27/+472 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow admin to use a master key for all files | ||||
| * | | | | | occ command to enable master key | Bjoern Schiessle | 2015-09-08 | 3 | -0/+196 |
| | | | | | | |||||
| * | | | | | enable usage of a master key | Bjoern Schiessle | 2015-09-07 | 7 | -27/+276 |
| | | | | | | |||||
* | | | | | | Merge pull request #18931 from owncloud/fix-files_sharing-breakage | Lukas Reschke | 2015-09-09 | 1 | -9/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Check if files_sharing is actually enabled before using it | ||||
| * | | | | | | Check if files_sharing is actually enabled before using it | Robin McCorkell | 2015-09-09 | 1 | -9/+11 |
| | | | | | | | |||||
* | | | | | | | 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 ``` | ||||
* | | | | | | | Merge pull request #18913 from owncloud/put-in-single-field-for-speed | Lukas Reschke | 2015-09-09 | 4 | -35/+52 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Put session data in single field for speed | ||||
| * | | | | | | Write to session in batch at the end of the request | Lukas Reschke | 2015-09-09 | 3 | -17/+22 |
| | | | | | | | |||||
| * | | | | | | Write session data to single key | Lukas Reschke | 2015-09-09 | 2 | -20/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents decrypting values multiple times. | ||||
| * | | | | | | Use md5 over the version file to prevent cyclyc dependency | Lukas Reschke | 2015-09-09 | 1 | -3/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #18684 from owncloud/explicit-upgrade-version | Morris Jobke | 2015-09-09 | 4 | -25/+94 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Explicit upgrade version + prevent downgrades | ||||
| * | | | | | | Improved update version detection logic | Vincent Petry | 2015-08-31 | 1 | -7/+1 |
| | | | | | | | |||||
| * | | | | | | Simplify comparison algo | Vincent Petry | 2015-08-31 | 1 | -15/+1 |
| | | | | | | | |||||
| * | | | | | | Throw exception on downgrade attempt | Vincent Petry | 2015-08-30 | 1 | -1/+5 |
| | | | | | | | |||||
| * | | | | | | Restrict upgrades to explicit allowed version | Vincent Petry | 2015-08-30 | 3 | -20/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | | | Merge pull request #18908 from owncloud/allow-0-as-password | Björn Schießle | 2015-09-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Allow 0 and false as password | ||||
| * | | | | | | | Allow 0 and false as password | Lukas Reschke | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we use the check for "empty" here passwords such as 0 will not work. Fixes https://github.com/owncloud/password_policy/issues/8 | ||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-09 | 30 | -0/+50 |
| | | | | | | | |