Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 74 | -82/+30 |
| | |||||
* | Don't highly discourage | Thomas Müller | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #13907 from owncloud/enhance-sqlite-warning | Bernhard Posselt | 2015-02-05 | 1 | -1/+6 |
|\ | | | | | 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 | 1 | -1/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-05 | 2 | -32/+66 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 4 | -8/+34 |
| | |||||
* | Merge pull request #13843 from owncloud/fix-files-disabled | Thomas Müller | 2015-02-03 | 1 | -2/+6 |
|\ | | | | | Fix disabled files app | ||||
| * | Disallow disabling of files app | Morris Jobke | 2015-02-03 | 1 | -2/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-03 | 6 | -6/+46 |
|/ | |||||
* | Add unit tests for empty token | Lukas Reschke | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | 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`. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-01 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-31 | 8 | -48/+52 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-30 | 10 | -30/+46 |
| | |||||
* | add CSS to exception page - fixes #13747 | Morris Jobke | 2015-01-29 | 1 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-28 | 6 | -14/+46 |
| | |||||
* | Indicate that the share owner is remote in the filelist | Joas Schilling | 2015-01-27 | 2 | -3/+6 |
| | |||||
* | Merge pull request #13621 from owncloud/system-config-multiset | Thomas Müller | 2015-01-26 | 1 | -8/+10 |
|\ | | | | | Add a method to set/unset multiple config values with one write | ||||
| * | naming fixes while reviewing | Thomas Müller | 2015-01-26 | 1 | -5/+5 |
| | | |||||
| * | Use setConfigs() instead of calling setConfig() multiple times | Joas Schilling | 2015-01-23 | 1 | -5/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-25 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-24 | 2 | -2/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-23 | 6 | -4/+8 |
| | |||||
* | Merge pull request #13314 from owncloud/login-hook-logout | Morris Jobke | 2015-01-22 | 1 | -0/+5 |
|\ | | | | | Return false if the login is canceled in a hook | ||||
| * | Allow custom error messages for the login page | Robin Appelman | 2015-01-22 | 1 | -0/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-22 | 2 | -2/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-21 | 6 | -6/+8 |
| | | |||||
* | | kill ancient code | Morris Jobke | 2015-01-20 | 1 | -17/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-20 | 6 | -14/+114 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-19 | 2 | -2/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-18 | 4 | -6/+42 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-17 | 24 | -34/+206 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-16 | 234 | -78/+312 |
| | | |||||
* | | Merge pull request #13323 from owncloud/move-search | Lukas Reschke | 2015-01-15 | 7 | -4/+554 |
|\ \ | | | | | | | Move search to core/search | ||||
| * | | adjust paths for search | Morris Jobke | 2015-01-14 | 4 | -7/+7 |
| | | | |||||
| * | | move search folder into core/ | Morris Jobke | 2015-01-13 | 4 | -0/+550 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-15 | 2 | -0/+22 |
| | | |||||
* | | Read version and product name from update template | Vincent Petry | 2015-01-14 | 2 | -5/+9 |
| | | | | | | | | | | | | During upgrade, the config settings aren't always available due to base.php changes. This fix makes the update info page read the product name and version from the update template, which already had them. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-14 | 6 | -0/+24 |
|/ | |||||
* | Merge pull request #13271 from owncloud/fix-table-prefix-oracle-master | Morris Jobke | 2015-01-13 | 1 | -1/+2 |
|\ | | | | | Use a special filter expression for Oracle to filter the prefix - fixes ... | ||||
| * | Use a special filter expression for Oracle to filter the prefix - fixes #13220 | Thomas Müller | 2015-01-12 | 1 | -1/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-13 | 24 | -4/+86 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-12 | 46 | -122/+10 |
| | |||||
* | 32-bit typo fix | Volkan Gezer | 2015-01-11 | 1 | -3/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-11 | 6 | -10/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-10 | 6 | -4/+8 |
| | |||||
* | Merge pull request #13195 from owncloud/resharepermfix | Morris Jobke | 2015-01-09 | 2 | -0/+158 |
|\ | | | | | Fix reshare permission issue | ||||
| * | Fix reshare permission issue | Vincent Petry | 2015-01-09 | 2 | -0/+158 |
| | | | | | | | | | | The actual share permissions sent to the server on reshare are now based on possiblePermissions + permissions inherited from parent share | ||||
* | | Merge pull request #13205 from owncloud/remove-shared-icon | Thomas Müller | 2015-01-09 | 2 | -3/+4 |
|\ \ | | | | | | | replace outdated 'shared' people icon with regular share icon as fallback | ||||
| * | | replace outdated 'shared' people icon with regular share icon as fallback | Jan-Christoph Borchardt | 2015-01-09 | 2 | -3/+4 |
| |/ |