Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused deprecated function | Roeland Jago Douma | 2016-01-11 | 2 | -16/+0 |
| | |||||
* | Merge pull request #21517 from owncloud/ext-oauth-fix | Thomas Müller | 2016-01-11 | 2 | -78/+82 |
|\ | | | | | Fix OAuth external storage auth for step 2 | ||||
| * | Fix OAuth external storage auth for step 2 | Robin McCorkell | 2016-01-07 | 2 | -78/+82 |
| | | | | | | | | Parameters are only available after the onCompletion promise is run | ||||
* | | Merge pull request #21608 from owncloud/better-setting-templates | Thomas Müller | 2016-01-11 | 1 | -23/+5 |
|\ \ | | | | | | | improve personal page template | ||||
| * | | Fix types | Joas Schilling | 2016-01-11 | 1 | -2/+2 |
| | | | |||||
| * | | Fix table markup | Joas Schilling | 2016-01-11 | 1 | -21/+3 |
| | | | |||||
* | | | Merge pull request #21438 from owncloud/settings-anchors | Thomas Müller | 2016-01-11 | 3 | -3/+3 |
|\ \ \ | | | | | | | | | remove unneeded 'goto' prefix from settings anchors | ||||
| * | | | remove unneeded 'goto' prefix from settings anchors | Jan-Christoph Borchardt | 2016-01-04 | 3 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #21589 from owncloud/mobile-webDAV-select | Thomas Müller | 2016-01-11 | 1 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | webDAV select bug fixed | ||||
| * | | | | webDAV select bug fixed | Julian Müller | 2016-01-11 | 1 | -2/+3 |
| | | | | | |||||
* | | | | | Merge pull request #21593 from owncloud/strict_autoloader | Thomas Müller | 2016-01-11 | 1 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Stricter autoloader | ||||
| * | | | | | Only '/tests' to be autoloaded when running unit tests | Roeland Jago Douma | 2016-01-10 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | OC autoloader is not allowed to load 3rdparty | Roeland Jago Douma | 2016-01-10 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #21586 from owncloud/fix-no-minimum-version | Thomas Müller | 2016-01-11 | 1 | -0/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Assume apps from the appstore are compatible with the current version | ||||
| * | | | | | | Assume apps from the appstore are compatible with the current version | Lukas Reschke | 2016-01-10 | 1 | -0/+5 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filtering is done server-side already so only compatible apps are delivered. Otherwise this leads to a ton of error messages as the info.xml cannot be read at that state. Fixes https://github.com/owncloud/core/issues/21556 | ||||
* | | | | | | Merge pull request #21573 from owncloud/fix_21535_21534 | Thomas Müller | 2016-01-11 | 2 | -1/+19 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Do not increase filecount in web on file update | ||||
| * | | | | | Add unit test for file update | Roeland Jago Douma | 2016-01-09 | 1 | -0/+16 |
| | | | | | | |||||
| * | | | | | Updating a file should not update the summary | Roeland Jago Douma | 2016-01-09 | 1 | -1/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #21594 from owncloud/cleanup_util | Thomas Müller | 2016-01-11 | 5 | -20/+3 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Remove generateRandomBytes from OC_Util | ||||
| * | | | | | Remove generateRandomBytes from OC_Util | Roeland Jago Douma | 2016-01-10 | 5 | -20/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-11 | 26 | -160/+268 |
| | | | | | |||||
* | | | | | Merge pull request #21596 from owncloud/settings-footer | Morris Jobke | 2016-01-11 | 2 | -11/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | remove extra slogan footer from Personal and Admin pages | ||||
| * | | | | remove extra slogan footer from Personal and Admin pages | Jan-Christoph Borchardt | 2016-01-11 | 2 | -11/+7 |
|/ / / / | |||||
* | | | | Merge pull request #21572 from owncloud/fix-setup-warnings | Thomas Müller | 2016-01-10 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Concat also the other results | ||||
| * | | | | Concat also the other results | Lukas Reschke | 2016-01-10 | 1 | -2/+2 |
|/ / / / | | | | | | | | | | | | | Otherwise this will ignore the two last checks :speak_no_evil: | ||||
* | | | | Merge pull request #21577 from ↵ | Morris Jobke | 2016-01-10 | 1 | -11/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/make-code-cleaner-by-removing-unrequired-security-features Remove code related to session regeneration after some time | ||||
| * | | | | Remove code related to session regeneration after some time | Lukas Reschke | 2016-01-10 | 1 | -11/+1 |
|/ / / / | | | | | | | | | | | | | I do not really consider this necessary or a real security addition. Let's get rid of it thus, cleans up the code and makes the logic easier. | ||||
* | | | | Merge pull request #21575 from owncloud/use-session-clear | Morris Jobke | 2016-01-10 | 1 | -4/+1 |
|\ \ \ \ | | | | | | | | | | | Use ISession::clear | ||||
| * | | | | Use ISession::clear | Lukas Reschke | 2016-01-10 | 1 | -4/+1 |
|/ / / / | | | | | | | | | | | | | The native approach using the PHP calls will not work properly with the cryptowrapper and thus this code is effectively doing nothing at the moment. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-10 | 42 | -82/+394 |
| | | | | |||||
* | | | | Merge pull request #21576 from owncloud/use-proper-class-name | Lukas Reschke | 2016-01-10 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Use proper class name | ||||
| * | | | | Use proper class name | Lukas Reschke | 2016-01-09 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | This has never worked before. Introduced with https://github.com/owncloud/core/pull/18658 | ||||
* | | | | Merge pull request #21571 from owncloud/query_secure_random | Roeland Douma | 2016-01-09 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Just query the securerandom from the container | ||||
| * | | | Just query the securerandom from the container | Roeland Jago Douma | 2016-01-09 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #21562 from owncloud/properly-check-for-well-known-redirect | Thomas Müller | 2016-01-09 | 4 | -0/+59 |
|\ \ \ | | | | | | | | | Add check for .well-known URL in the root of the webservers URL | ||||
| * | | | Add check for .well-known URL in the root of the webservers URL | Morris Jobke | 2016-01-08 | 4 | -0/+59 |
| | | | | | | | | | | | | | | | | * fixes #20012 | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-09 | 34 | -48/+466 |
|/ / / | |||||
* | | | Merge pull request #19676 from owncloud/fix_15253 | Morris Jobke | 2016-01-08 | 2 | -46/+333 |
|\ \ \ | | | | | | | | | Make sure that permissions stay in sync for share_type 2 | ||||
| * | | | Properly close db cursors | Roeland Jago Douma | 2016-01-08 | 2 | -4/+7 |
| | | | | |||||
| * | | | Make sure to respect deleted group shares by user | Roeland Jago Douma | 2016-01-08 | 2 | -1/+82 |
| | | | | |||||
| * | | | Moved to the query builder | Roeland Jago Douma | 2016-01-08 | 1 | -17/+56 |
| | | | | | | | | | | | | | | | | Anything to keep Lukas happy | ||||
| * | | | Make sure that permissions stay in sync for share_type 2 | Roeland Jago Douma | 2016-01-08 | 2 | -44/+208 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file/folder is shared with a group and one of the group members moves this file/folder an extra entry is created in the share table. When the permission of the group share is updated we used to only sometimes update the shares for individual users. * Added intergration tests | ||||
* | | | Merge pull request #21008 from ↵ | Thomas Müller | 2016-01-08 | 1 | -2/+19 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/UoM-ResPlat-DevOps-swift-acl-shared-containers Allowing access to Swift containers shared by ACL | ||||
| * | | | Allowing access to Swift containers shared by ACL | Tim Dettrick | 2016-01-08 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | To avoid a confusing extra field, the bucket field is overloaded to optionally take a URL. | ||||
* | | | | Merge pull request #20961 from owncloud/provis-api-group-special-char | Thomas Müller | 2016-01-08 | 2 | -2/+23 |
|\ \ \ \ | | | | | | | | | | | Remove unnecessary group name validation in provisioning_api | ||||
| * | | | | Update log message when error occurs during addGroup | Tom Needham | 2016-01-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix provisioning API unit test | Roeland Jago Douma | 2016-01-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Remove unnecessary group name validation | Tom Needham | 2016-01-08 | 2 | -1/+22 |
| | | | | | |||||
* | | | | | Merge pull request #21491 from owncloud/webdav_auth_no_basic_auth | Thomas Müller | 2016-01-08 | 2 | -4/+19 |
|\ \ \ \ \ | | | | | | | | | | | | | Also allow 'only cookie' auth to webdav | ||||
| * | | | | | Allow only cookie auth to webdav | Roeland Jago Douma | 2016-01-07 | 2 | -4/+19 |
| | | | | | |