Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reset mailadress/displayname on blur | michag86 | 2015-12-11 | 1 | -3/+5 |
| | |||||
* | Show the language code in personal settings for unknown languages | Morris Jobke | 2015-11-06 | 1 | -0/+8 |
| | | | | | | | Steps to reproduce: * having an unknown language set in oc_preferences * browse the personal settings * only get listed the first letter of this language in the language chooser | ||||
* | also don't count group members when more than 1 ldap configs are active | Arthur Schiwon | 2015-08-26 | 1 | -1/+3 |
| | |||||
* | Add option to disable autocomplete in share dialog | Morris Jobke | 2015-08-17 | 2 | -0/+6 |
| | |||||
* | Merge pull request #18064 from owncloud/import_root_certificates_8.1 | Thomas Müller | 2015-08-12 | 4 | -3/+54 |
|\ | | | | | [stable8.1] disable "ssl root certificate" settings if user can't mount external storages | ||||
| * | also block certificate management in the back-end if external storages are ↵ | Bjoern Schiessle | 2015-08-05 | 2 | -2/+35 |
| | | | | | | | | disabled for the user | ||||
| * | only add the possibility to import ssl root certificates to the personal | Bjoern Schiessle | 2015-08-05 | 2 | -1/+19 |
| | | | | | | | | setting if the user can mount external storages | ||||
* | | Merge pull request #17972 from owncloud/stable81-17969 | Thomas Müller | 2015-08-12 | 1 | -1/+4 |
|\ \ | |/ |/| | [stable8.1] [admin settings] only retrieve log file size if file exists | ||||
| * | [admin settings] only retrieve log file size if file exists | Morris Jobke | 2015-07-29 | 1 | -1/+4 |
| | | | | | | | | * fixes #17467 | ||||
* | | Merge pull request #18003 from owncloud/backport-17805-stable8.1 | Roeland Douma | 2015-07-31 | 2 | -2/+34 |
|\ \ | |/ |/| | [stable8.1][avatar] add error handlers for avatar setup | ||||
| * | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-31 | 2 | -2/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message | ||||
* | | Trigger "apprendered" event in users page | Vincent Petry | 2015-07-29 | 1 | -0/+4 |
| | | | | | | | | | | This will properly update the controls bar width and display the search box initially. | ||||
* | | Merge pull request #17935 from owncloud/detect-old-openssl-versions-stable81 | Thomas Müller | 2015-07-29 | 2 | -2/+71 |
|\ \ | | | | | | | [stable8.1] Detect old NSS and OpenSSL versions | ||||
| * | | Detect old NSS and OpenSSL versions | Lukas Reschke | 2015-07-28 | 2 | -2/+71 |
| | | | | | | | | | | | | | | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901 | ||||
* | | | Add unit tests | Lukas Reschke | 2015-07-28 | 1 | -13/+25 |
| | | | |||||
* | | | set logger in constructor | Bjoern Schiessle | 2015-07-28 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #17883 from owncloud/backport-17882 | Thomas Müller | 2015-07-27 | 2 | -4/+4 |
|\ \ | | | | | | | [stable8.1] Allow classes in <h2> tags | ||||
| * | | Allow classes in <h2> tags | Lukas Reschke | 2015-07-26 | 2 | -4/+4 |
| |/ | | | | | | | Previously something like `<h2 class="inlineblock"><?php p($l->t('Some title')) ?></h2>` was shown as `<h2 class="inlineblock">Some title` within the sidebar instead as `Some Title` due to the fact that the regex was catching these classes but was not properly running the string replace function. | ||||
* / | assign error message to correct object | michag86 | 2015-07-23 | 1 | -2/+2 |
|/ | | | | fix for #17817 | ||||
* | make sure that there is a space between user- and admin-documentation | Bjoern Schiessle | 2015-07-23 | 1 | -4/+4 |
| | |||||
* | don't move keys if the key where already moved in a previous migration run | Bjoern Schiessle | 2015-07-17 | 2 | -3/+10 |
| | |||||
* | only cleanUp the remaining keys if the migration really finished succesfully | Bjoern Schiessle | 2015-07-16 | 1 | -0/+2 |
| | |||||
* | Handle returned null value in app level code | Morris Jobke | 2015-07-14 | 1 | -2/+2 |
| | | | | | | * getApplication on OCSClient can also return null this is now handled properly * fixes #17587 | ||||
* | Fix global app list state | Vincent Petry | 2015-07-02 | 2 | -2/+29 |
| | |||||
* | Add missing version field | Lukas Reschke | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17222 from owncloud/issue-17101-send-oc-version-to-app-store | Lukas Reschke | 2015-06-29 | 1 | -1/+1 |
|\ | | | | | Send OC version to appstore so it can reply with the right links | ||||
| * | Send OC version to appstore so it can reply with the right links | Joas Schilling | 2015-06-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #17050 from owncloud/request-status-from-ocs | Lukas Reschke | 2015-06-29 | 1 | -0/+18 |
|\ \ | |/ |/| | Request approved state for disabled apps with ocsid | ||||
| * | Also load enabled apps | Lukas Reschke | 2015-06-29 | 1 | -0/+9 |
| | | |||||
| * | Request approved state for disabled apps with ocsid | Lukas Reschke | 2015-06-19 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | In case an application gets disabled the level is set to "experimental" if it does not contain a `shipped` tag. This can for example be reproduced by installing the documents app from the appstore and then disabling it. Or cloning an app from git. With this change the controller will now load the level of the application from the appstore if a valid OCSID has been provided. Fixes https://github.com/owncloud/core/issues/17003 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-29 | 14 | -2/+94 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-28 | 12 | -0/+40 |
| | | |||||
* | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 15 | -8/+13 |
|\ \ | | | | | | | Update license headers | ||||
| * | | update license headers and authors | Morris Jobke | 2015-06-25 | 15 | -8/+13 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-27 | 36 | -70/+14 |
| | | | |||||
* | | | Merge pull request #17190 from owncloud/lock-changelabel | Thomas Müller | 2015-06-26 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Rename experimental to transactional file locking | ||||
| * | | | Rename experimental to transactional file locking | Vincent Petry | 2015-06-26 | 1 | -2/+2 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-26 | 2 | -0/+2 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-25 | 16 | -10/+52 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-24 | 60 | -76/+32 |
| | | |||||
* | | Accept this language change at your own risk | Joas Schilling | 2015-06-23 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-23 | 4 | -4/+30 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-22 | 2 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-21 | 4 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-20 | 2 | -2/+20 |
|/ | |||||
* | Merge pull request #16889 from owncloud/group-sorting-fixes | Joas Schilling | 2015-06-19 | 4 | -10/+61 |
|\ | | | | | Only sort by group name when LDAP is involved | ||||
| * | Do not return backends but add a method to check for one | Joas Schilling | 2015-06-16 | 1 | -6/+4 |
| | | |||||
| * | Only sort by group name when LDAP is involved | Joas Schilling | 2015-06-16 | 4 | -10/+49 |
| | | |||||
| * | Always keep "Everyone" and "admin" at the top of the list | Joas Schilling | 2015-06-16 | 1 | -0/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-18 | 12 | -24/+94 |
| | |