summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-154-4/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-144-10/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-122-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-114-18/+58
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-092-0/+6
|
* Merge pull request #22814 from owncloud/delete-empty-fileThomas Müller2016-03-081-0/+0
|\ | | | | Delete empty file
| * Delete empty fileLukas Reschke2016-03-031-0/+0
| | | | | | Ref https://github.com/owncloud/core/issues/22803#issuecomment-191749499
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-088-12/+30
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-074-0/+36
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-056-4/+28
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-0412-0/+44
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-034-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-026-0/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-02116-116/+118
|
* Update author informationLukas Reschke2016-03-017-0/+7
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Merge pull request #17451 from owncloud/apps-disablebrokenappafterenableThomas Müller2016-03-011-26/+60
|\ | | | | Disable app that bricks the server after enabling
| * Disable app that bricks the server after enablingVincent Petry2016-02-291-26/+60
| | | | | | | | | | | | If an app is getting enabled in the web UI, an ajax call is now made to make sure the server still works. If it doesn't, it sends an emergency app disabling call to disable the breaking app.
* | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller2016-03-011-2/+7
|\ \ | | | | | | Don't return quota when none set
| * | Return -3 for unlimited quotaVincent Petry2016-02-291-2/+7
| | | | | | | | | | | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set.
* | | Merge pull request #22722 from owncloud/fix-personal-pageThomas Müller2016-03-012-2/+4
|\ \ \ | | | | | | | | fix personal page layout for LDAP users, fix #22272
| * | | fix personal page layout for LDAP users, fix #22272Jan-Christoph Borchardt2016-02-292-2/+4
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2016-03-012-0/+8
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-292-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-288-12/+376
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2710-0/+44
| |
* | Email endpoint is controlled by the username setting, not passwordJoas Schilling2016-02-261-1/+1
| |
* | Correctly indent uneditable email/display name fieldsJoas Schilling2016-02-261-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2618-32/+116
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-25112-262/+246
|
* Merge pull request #22549 from ↵Thomas Müller2016-02-242-16/+18
|\ | | | | | | | | owncloud/issue-20470-yellow-warning-for-user-and-group-errors Use the notification instead of the disruptive popup for settings/users errors
| * Use the notification instead of the disruptive popupJoas Schilling2016-02-222-16/+18
| |
* | Merge pull request #22551 from owncloud/make-exceptions-easier-to-debugThomas Müller2016-02-231-4/+10
|\ \ | | | | | | Throw normal exceptions instead of eating them
| * | Throw normal exceptions instead of eating themLukas Reschke2016-02-221-4/+10
| |/ | | | | | | | | | | Partially addresses https://github.com/owncloud/core/issues/22550 Replaces https://github.com/owncloud/core/pull/20185
* / We should check for exceptions when trying to get the avatarRoeland Jago Douma2016-02-221-1/+5
|/ | | | | | | Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test
* Fix error ins source language stringsThomas Müller2016-02-191-1/+1
| | | | | https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/core/50786279 https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/settings-1/50555028
* Make app updates better visibleJoas Schilling2016-02-182-1/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-172-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-162-0/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-154-2/+20
|
* Add note if integrity check is disabledLukas Reschke2016-02-121-0/+4
| | | | | | | | Our issue template states that users should post the output of `/index.php/settings/integrity/failed`, at the moment it displays that all passes have been passed if the integrity checker has been disabled. This is however a wrong approach considering that some distributions are gonna package Frankenstein releases and makes it harder for us to detect such issues. Thus if the integrity code checker is disabled (using the config switch) it displays now: `Appcode checker has been disabled. Integrity cannot be verified.` This is not displayed anywhere else in the UI except these URL used for us for debugging purposes.
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-106-0/+16
|
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-091-1/+2
|
* Merge pull request #22249 from owncloud/fix-22245Thomas Müller2016-02-091-0/+8
|\ | | | | Save display name and email address on paste operations
| * Save display name and email address on paste operations - fixes #22245Thomas Müller2016-02-091-0/+8
| |
* | Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-092-2/+2
|/
* fixes #22221Thomas Müller2016-02-091-3/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-094-2/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-072-0/+2
|
* update google play and apple badgeHendrik Leppelsack2016-02-052-1/+5
|
* Use SVG for desktop app buttonLukas Reschke2016-02-051-1/+1
| | | | For the other ones we unfortunately don't have that. Partially addresses https://github.com/owncloud/core/issues/22154