summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-0674-82/+30
|
* Don't highly discourageThomas Müller2015-02-051-1/+1
|
* Merge pull request #13907 from owncloud/enhance-sqlite-warningBernhard Posselt2015-02-051-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 #13906Thomas Müller2015-02-041-1/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-052-32/+66
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-044-8/+34
|
* Merge pull request #13843 from owncloud/fix-files-disabledThomas Müller2015-02-031-2/+6
|\ | | | | Fix disabled files app
| * Disallow disabling of files appMorris Jobke2015-02-031-2/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-036-6/+46
|/
* Add unit tests for empty tokenLukas Reschke2015-02-011-1/+1
|
* Default to `null` for lostpasswordLukas Reschke2015-02-011-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 transifexJenkins for ownCloud2015-02-012-2/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-318-48/+52
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-3010-30/+46
|
* add CSS to exception page - fixes #13747Morris Jobke2015-01-291-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-286-14/+46
|
* Indicate that the share owner is remote in the filelistJoas Schilling2015-01-272-3/+6
|
* Merge pull request #13621 from owncloud/system-config-multisetThomas Müller2015-01-261-8/+10
|\ | | | | Add a method to set/unset multiple config values with one write
| * naming fixes while reviewingThomas Müller2015-01-261-5/+5
| |
| * Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling2015-01-231-5/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-252-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-242-2/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-236-4/+8
|
* Merge pull request #13314 from owncloud/login-hook-logoutMorris Jobke2015-01-221-0/+5
|\ | | | | Return false if the login is canceled in a hook
| * Allow custom error messages for the login pageRobin Appelman2015-01-221-0/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-222-2/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-216-6/+8
| |
* | kill ancient codeMorris Jobke2015-01-201-17/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-206-14/+114
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-192-2/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-184-6/+42
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-1724-34/+206
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-16234-78/+312
| |
* | Merge pull request #13323 from owncloud/move-searchLukas Reschke2015-01-157-4/+554
|\ \ | | | | | | Move search to core/search
| * | adjust paths for searchMorris Jobke2015-01-144-7/+7
| | |
| * | move search folder into core/Morris Jobke2015-01-134-0/+550
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-0/+22
| |
* | Read version and product name from update templateVincent Petry2015-01-142-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 transifexJenkins for ownCloud2015-01-146-0/+24
|/
* Merge pull request #13271 from owncloud/fix-table-prefix-oracle-masterMorris Jobke2015-01-131-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 #13220Thomas Müller2015-01-121-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-1324-4/+86
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-1246-122/+10
|
* 32-bit typo fixVolkan Gezer2015-01-111-3/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-116-10/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-106-4/+8
|
* Merge pull request #13195 from owncloud/resharepermfixMorris Jobke2015-01-092-0/+158
|\ | | | | Fix reshare permission issue
| * Fix reshare permission issueVincent Petry2015-01-092-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-iconThomas Müller2015-01-092-3/+4
|\ \ | | | | | | replace outdated 'shared' people icon with regular share icon as fallback
| * | replace outdated 'shared' people icon with regular share icon as fallbackJan-Christoph Borchardt2015-01-092-3/+4
| |/