Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | | | | |||||
* | | | | Merge pull request #18914 from owncloud/generate-requesttoken-only-once | Lukas Reschke | 2015-09-08 | 1 | -1/+8 |
|\ \ \ \ | |/ / / |/| | | | Cache generated result | ||||
| * | | | Cache generated result | Lukas Reschke | 2015-09-08 | 1 | -1/+8 |
|/ / / | | | | | | | | | | Saves 50ms | ||||
* | | | Merge pull request #18881 from owncloud/kill-sendfile | Morris Jobke | 2015-09-08 | 1 | -57/+1 |
|\ \ \ | | | | | | | | | Remove XSendFile support | ||||
| * | | | Remove XSendFile support | Lukas Reschke | 2015-09-07 | 1 | -57/+1 |
| | | | | | | | | | | | | | | | | Required to ensure proper locking | ||||
* | | | | Merge pull request #18882 from owncloud/load-all-apps-tests | Lukas Reschke | 2015-09-08 | 1 | -3/+2 |
|\ \ \ \ | | | | | | | | | | | Load all enabled apps in test bootstrap | ||||
| * | | | | Load all enabled apps in test bootstrap | Robin McCorkell | 2015-09-07 | 1 | -3/+2 |
| |/ / / | |||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-08 | 212 | -1192/+1148 |
|/ / / | |||||
* | | | Merge pull request #18876 from owncloud/missing-context-on-update-file-target | Morris Jobke | 2015-09-07 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Use context function call instead of static | ||||
| * | | | Use context function call instead of static | Joas Schilling | 2015-09-07 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 14 | -320/+792 |
|\ \ \ \ | | | | | | | | | | | Combine upload action into the "New" menu | ||||
| * | | | | Added unit tests for "new" file menu and small fixes | Vincent Petry | 2015-09-03 | 5 | -54/+247 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added unit tests for NewFileMenu - use generateUrl for FileList.createFile and FileList.createDirectory - added unit tests for FileList.createFile and FileList.createDirectory | ||||
| * | | | | Remove ellipsis on new file menu items | Vincent Petry | 2015-09-03 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | fix icon and layout details for new menu | Jan-Christoph Borchardt | 2015-09-03 | 3 | -13/+12 |
| | | | | | |||||
| * | | | | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 11 | -270/+551 |
| | | | | | | | | | | | | | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class | ||||
* | | | | | Merge pull request #18872 from owncloud/settings_users_ldap | Morris Jobke | 2015-09-07 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Check if app is enabled instead of if class exists | ||||
| * | | | | Check if app is enabled instead of if class exists | Robin McCorkell | 2015-09-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #18868 from owncloud/fix-files_version-js-load | Joas Schilling | 2015-09-07 | 1 | -1/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove unneeded include | ||||
| * | | | | Remove unneeded include | Morris Jobke | 2015-09-07 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #18867 * ref #18748 | ||||
* | | | | | Merge pull request #18866 from tflidd/doc_link_phpfpm | Robin McCorkell | 2015-09-07 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Doc link phpfpm | ||||
| * | | | | remove spaces and empty line | tflidd | 2015-09-07 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Add documentation link php-fpm | tflidd | 2015-09-07 | 1 | -1/+2 |
|/ / / / | | | | | | | | | | | | | Admin-Page warning didn't have a direct link to the documentation. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-07 | 4 | -0/+30 |
| | | | | |||||
* | | | | Merge pull request #18748 from owncloud/files-versions-tab | Morris Jobke | 2015-09-07 | 18 | -221/+976 |
|\ \ \ \ | | | | | | | | | | | Add versions tab to files sidebar | ||||
| * | | | | Add versions tab to files sidebar | Vincent Petry | 2015-09-03 | 18 | -221/+976 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 #18839 from owncloud/autoloader-supersecure | Morris Jobke | 2015-09-07 | 5 | -15/+56 |
|\ \ \ \ \ | | | | | | | | | | | | | Restrict autoloaded paths to loaded apps (and other enhancements) | ||||
| * | | | | | Unique exception for invalid autoload paths, better handling | Robin McCorkell | 2015-09-05 | 3 | -9/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Background jobs are tolerant of stale entries left by disabled apps, which will cause an autoload exception. | ||||
| * | | | | | Resolve autoloader valid roots before checking | Robin McCorkell | 2015-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Allows symlinked app directories to work properly | ||||
| * | | | | | Only add valid root for enabled apps | Robin McCorkell | 2015-09-05 | 2 | -5/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #18742 from owncloud/mimetype-updatedb | Roeland Douma | 2015-09-06 | 13 | -124/+702 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Introduce mimetype DB update occ command | ||||
| * | | | | | | Unit tests for mimetype loader | Robin McCorkell | 2015-09-04 | 2 | -0/+277 |
| | | | | | | |