Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 164 | -288/+398 |
| | |||||
* | Merge pull request #13933 from owncloud/enhance-sqlite-warning-2 | Thomas Müller | 2015-02-05 | 2 | -2/+2 |
|\ | | | | | Don't highly discourage | ||||
| * | Don't highly discourage | Thomas Müller | 2015-02-05 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #13907 from owncloud/enhance-sqlite-warning | Bernhard Posselt | 2015-02-05 | 2 | -3/+18 |
|\ | | | | | enhance sqlite warning on admin page as well as during setup | ||||
| * | enhance sqlite warning on admin page as well as during setup - fixes #13906 | Thomas Müller | 2015-02-04 | 2 | -3/+18 |
| | | |||||
* | | Merge pull request #13918 from owncloud/add-warning-for-54 | Lukas Reschke | 2015-02-05 | 1 | -0/+8 |
|\ \ | | | | | | | Show warning for PHP versions older than 5.4.0 | ||||
| * | | Show warning for PHP versions older than 5.4.0 | Lukas Reschke | 2015-02-05 | 1 | -0/+8 |
|/ / | | | | | | | We can't check the PHP version in the installer since base.php already used 5.4 syntax. Thus for a better UX we show a simple warning instead of a fatal PHP error. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-05 | 8 | -38/+134 |
| | | |||||
* | | 8.0.0 RC2v8.0.0RC2 | Frank Karlitschek | 2015-02-04 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #13897 from owncloud/fix-13644 | blizzz | 2015-02-04 | 1 | -1/+6 |
|\ | | | | | fix user loading | ||||
| * | fix user loading | Arthur Schiwon | 2015-02-04 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #13894 from owncloud/revert-13892-disable-autocomplete | Lukas Reschke | 2015-02-04 | 1 | -1/+1 |
|\ \ | | | | | | | Revert "Disable autocomplete for SMTP Password" | ||||
| * | | Revert "Disable autocomplete for SMTP Password" | Clark Tomlinson | 2015-02-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #13892 from owncloud/disable-autocomplete | Clark Tomlinson | 2015-02-04 | 1 | -1/+1 |
|\ \ | | | | | | | Disable autocomplete for SMTP Password | ||||
| * | | Disable autocomplete for SMTP Password | Lukas Reschke | 2015-02-04 | 1 | -1/+1 |
|/ / | | | | | | | While really nearly no modern browser cares about it anymore too much it's still not wrong to have it here (and also stops some automated scanners reporting this...) | ||||
* | | Merge pull request #13881 from owncloud/upload_to_root_of_mountpoint | Björn Schießle | 2015-02-04 | 2 | -0/+27 |
|\ \ | | | | | | | detect root of mountpoint also if the trailing slash is missed | ||||
| * | | detect root of mountpoint also if the trailing slash is missed | Bjoern Schiessle | 2015-02-04 | 2 | -0/+27 |
| | | | |||||
* | | | Merge pull request #13849 from owncloud/ldap-oc8-update | blizzz | 2015-02-04 | 2 | -49/+1 |
|\ \ \ | |_|/ |/| | | no update routine needed from OC 7 to 8 | ||||
| * | | no update routine needed from OC 7 to 8 | Arthur Schiwon | 2015-02-03 | 2 | -49/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 26 | -32/+226 |
| | | | |||||
* | | | Merge pull request #13843 from owncloud/fix-files-disabled | Thomas Müller | 2015-02-03 | 5 | -2/+65 |
|\ \ \ | |_|/ |/| | | Fix disabled files app | ||||
| * | | enabled disabled files app in repair step | Morris Jobke | 2015-02-03 | 4 | -2/+54 |
| | | | |||||
| * | | Disallow disabling of files app | Morris Jobke | 2015-02-03 | 3 | -2/+13 |
| | | | |||||
* | | | Merge pull request #13791 from owncloud/extstorage-fixdavexceptions | Thomas Müller | 2015-02-03 | 1 | -0/+22 |
|\ \ \ | |_|/ |/| | | Fix DAV exceptions, some will still return false now | ||||
| * | | Fix DAV exceptions, some will still return false now | Vincent Petry | 2015-01-30 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | Since the Storage interface isn't ready to work directly with exceptions like Forbidden and NotFound, the DAV storage has been adapted to still return false when expected. | ||||
* | | | Merge pull request #13837 from owncloud/endless-redirect | Thomas Müller | 2015-02-03 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add callCheck to testremote.php | ||||
| * | | | Add callCheck to testremote.php | Lukas Reschke | 2015-02-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Without CSRF check this file might be tricked into requesting itself which would result in an endless loop and thus potentially ending in a Denial of Service. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 36 | -88/+220 |
|/ / / | |||||
* | | | Merge pull request #13822 from owncloud/include-core-version-in-js-version-tag | Thomas Müller | 2015-02-02 | 1 | -2/+4 |
|\ \ \ | |_|/ |/| | | include core version into js/css version tag | ||||
| * | | include core version into js/css version tag - fixes #13702 | Thomas Müller | 2015-02-02 | 1 | -2/+4 |
| | | | |||||
* | | | Merge pull request #13817 from owncloud/core-apps-dependencies | Morris Jobke | 2015-02-02 | 3 | -4/+7 |
|\ \ \ | | | | | | | | | encryption requires openssl and user_ldap requires ldap :speak_no_evil: | ||||
| * | | | add libs which have no version number | Thomas Müller | 2015-02-02 | 1 | -4/+1 |
| | | | | |||||
| * | | | encryption requires openssl and user_ldap requires ldap :speak_no_evil: | Thomas Müller | 2015-02-02 | 2 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #13811 from owncloud/default-to-null | Lukas Reschke | 2015-02-02 | 2 | -29/+39 |
|\ \ \ \ | |_|/ / |/| | | | Default to `null` for lostpassword | ||||
| * | | | Mock l10n in the setup | Lukas Reschke | 2015-02-01 | 1 | -26/+23 |
| | | | | |||||
| * | | | Add unit tests for empty token | Lukas Reschke | 2015-02-01 | 2 | -3/+16 |
| | | | | |||||
| * | | | Default to `null` for lostpassword | Lukas Reschke | 2015-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | We oC 8 we use the `StringUtils::equals` method which will also verify the type, since we don't anylonger hash the token twice this is required in case somebody is able to invoke this route with an empty `$token`. | ||||
* | | | | Merge pull request #13790 from owncloud/fix-subadmin-group | Thomas Müller | 2015-02-02 | 5 | -66/+657 |
|\ \ \ \ | | | | | | | | | | | Fix subadmin listing of group | ||||
| * | | | | Consistent variable naming | Lukas Reschke | 2015-01-30 | 1 | -10/+9 |
| | | | | | |||||
| * | | | | Switch to a factory and add unit tests | Lukas Reschke | 2015-01-30 | 4 | -58/+443 |
| | | | | | |||||
| * | | | | Add unit tests | Lukas Reschke | 2015-01-30 | 4 | -19/+211 |
| | | | | | |||||
| * | | | | Fix subadmin listing of group | Lukas Reschke | 2015-01-30 | 1 | -6/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch filtering for the "_everyone" (empty) group did not work for subadmins. Fixes itself. | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-02 | 20 | -44/+62 |
| | | | | | |||||
* | | | | | Merge pull request #13810 from owncloud/tdomain | Thomas Müller | 2015-02-01 | 1 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | fix trusted domain localization | ||||
| * | | | | fix trusted domain localization | Volkan Gezer | 2015-02-01 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-01 | 12 | -4/+28 |
| | | | | |||||
* | | | | Merge pull request #13797 from owncloud/fix_move_del_of_remote_shares | Lukas Reschke | 2015-01-31 | 3 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | make sure that we get the correct user from the path | ||||
| * | | | | no need to initialize the same view twice | Bjoern Schiessle | 2015-01-30 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | get correct user for paths to the trash bin, needed for remote shares if the ↵ | Bjoern Schiessle | 2015-01-30 | 2 | -2/+3 |
| | |_|/ | |/| | | | | | | | | | | size of of trash gets calculated | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-31 | 60 | -178/+296 |
| | | | |