| Commit message (Expand) | Author | Age | Files | Lines |
* | Users page lazy multiselect group dropdowns | Vincent Petry | 2016-08-24 | 6 | -96/+114 |
* | [stable9] Set content type when downloading log file to force download in som... | Thomas Müller | 2016-07-07 | 1 | -0/+1 |
* | decrease initial users to load to 50 | Jörn Friedrich Dreyer | 2016-06-14 | 1 | -1/+1 |
* | Merge pull request #25054 from owncloud/issue-24536-language-name-reused-for-... | Vincent Petry | 2016-06-10 | 1 | -2/+3 |
|\ |
|
| * | Do not use the language name, when it's not the one from the language we want | Joas Schilling | 2016-06-10 | 1 | -2/+3 |
* | | Use temporary htaccesstest.txt for data dir security check | Vincent Petry | 2016-06-09 | 1 | -0/+4 |
* | | Add a warning when the transaction isolation level is not READ_COMMITED (#24915) | Joas Schilling | 2016-05-31 | 2 | -0/+22 |
* | | Merge pull request #24530 from owncloud/backport-24526-forward-user-manager-e... | Vincent Petry | 2016-05-13 | 2 | -2/+6 |
|\ \
| |/
|/| |
|
| * | Pass on the error message from the user manager to the UI | Joas Schilling | 2016-05-11 | 2 | -2/+6 |
* | | Yo-ho-oh - Murder all band 'o pirates - backport of #24550 | Thomas Müller | 2016-05-11 | 2 | -10/+0 |
* | | Fixed 'Help Translate' link | Pau | 2016-05-10 | 1 | -1/+1 |
|/ |
|
* | Disable pastezone for jquery.fileupload | Lukas Reschke | 2016-04-26 | 2 | -0/+2 |
* | Add `allow sharing with groups` checkbox to admin page | Roeland Jago Douma | 2016-03-22 | 3 | -0/+10 |
* | Update avatar on username change if avatar is set | Morris Jobke | 2016-03-18 | 1 | -1/+4 |
* | Update author information | Lukas Reschke | 2016-03-01 | 7 | -0/+7 |
* | Merge pull request #17451 from owncloud/apps-disablebrokenappafterenable | Thomas Müller | 2016-03-01 | 1 | -26/+60 |
|\ |
|
| * | Disable app that bricks the server after enabling | Vincent Petry | 2016-02-29 | 1 | -26/+60 |
* | | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotaset | Thomas Müller | 2016-03-01 | 1 | -2/+7 |
|\ \ |
|
| * | | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -2/+7 |
* | | | Merge pull request #22722 from owncloud/fix-personal-page | Thomas Müller | 2016-03-01 | 2 | -2/+4 |
|\ \ \ |
|
| * | | | fix personal page layout for LDAP users, fix #22272 | Jan-Christoph Borchardt | 2016-02-29 | 2 | -2/+4 |
| |/ / |
|
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-01 | 2 | -0/+8 |
|/ / |
|
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-29 | 2 | -0/+2 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-28 | 8 | -12/+376 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-27 | 10 | -0/+44 |
* | | Email endpoint is controlled by the username setting, not password | Joas Schilling | 2016-02-26 | 1 | -1/+1 |
* | | Correctly indent uneditable email/display name fields | Joas Schilling | 2016-02-26 | 1 | -2/+2 |
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-26 | 18 | -32/+116 |
|/ |
|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 112 | -262/+246 |
* | Merge pull request #22549 from owncloud/issue-20470-yellow-warning-for-user-a... | Thomas Müller | 2016-02-24 | 2 | -16/+18 |
|\ |
|
| * | Use the notification instead of the disruptive popup | Joas Schilling | 2016-02-22 | 2 | -16/+18 |
* | | Merge pull request #22551 from owncloud/make-exceptions-easier-to-debug | Thomas Müller | 2016-02-23 | 1 | -4/+10 |
|\ \ |
|
| * | | Throw normal exceptions instead of eating them | Lukas Reschke | 2016-02-22 | 1 | -4/+10 |
| |/ |
|
* / | We should check for exceptions when trying to get the avatar | Roeland Jago Douma | 2016-02-22 | 1 | -1/+5 |
|/ |
|
* | Fix error ins source language strings | Thomas Müller | 2016-02-19 | 1 | -1/+1 |
* | Make app updates better visible | Joas Schilling | 2016-02-18 | 2 | -1/+12 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-17 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-16 | 2 | -0/+22 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-15 | 4 | -2/+20 |
* | Add note if integrity check is disabled | Lukas Reschke | 2016-02-12 | 1 | -0/+4 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-10 | 6 | -0/+16 |
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 1 | -1/+2 |
* | Merge pull request #22249 from owncloud/fix-22245 | Thomas Müller | 2016-02-09 | 1 | -0/+8 |
|\ |
|
| * | Save display name and email address on paste operations - fixes #22245 | Thomas Müller | 2016-02-09 | 1 | -0/+8 |
* | | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 2 | -2/+2 |
|/ |
|
* | fixes #22221 | Thomas Müller | 2016-02-09 | 1 | -3/+0 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-09 | 4 | -2/+6 |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-07 | 2 | -0/+2 |
* | update google play and apple badge | Hendrik Leppelsack | 2016-02-05 | 2 | -1/+5 |
* | Use SVG for desktop app button | Lukas Reschke | 2016-02-05 | 1 | -1/+1 |