Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Append search results to custom container | Raimund Schlüßler | 2015-02-27 | 1 | -4/+11 |
| | | | | | * fixes #13968 * fix variable already defined | ||||
* | print app upgrade information to console as well | Thomas Müller | 2015-02-25 | 1 | -0/+6 |
| | |||||
* | 3rd-party apps are disabled on upgrade - refs #14026 | Thomas Müller | 2015-02-25 | 3 | -11/+28 |
| | | | | | Conflicts: lib/private/app.php | ||||
* | Fix #14310 | Raimund Schlüßler | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #14373 from owncloud/fix-nav-s8 | Morris Jobke | 2015-02-19 | 1 | -0/+1 |
|\ | | | | | Backport #14338 to stable8 | ||||
| * | if no link text has been set for the navigation show the link nonetheless | Bernhard Posselt | 2015-02-19 | 1 | -0/+1 |
| | | |||||
* | | Remove old l10n files | Joas Schilling | 2015-02-19 | 1 | -9/+0 |
|/ | |||||
* | generate valid human readable text for 0 - fixed #9342 | Thomas Müller | 2015-02-12 | 2 | -1/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 28 | -84/+140 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-06 | 12 | -0/+36 |
| | |||||
* | Update installation.php | cmeh | 2015-02-06 | 1 | -1/+1 |
| | | | In line 161, "SQLite" has now the same capitalisation as in line 159. | ||||
* | [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 |
|/ |