Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add percentage to user's quota info | David Toledo | 2017-03-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * Add percentage to user's quota info Fixes https://github.com/owncloud/core/issues/24011 * Do not show percentage if the quota is Unlimited * translate quota * correct condition and remove print_unescaped Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -5/+2 |
| | | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update personal.php | David Nelson | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | Changed anchor | amittel | 2016-12-16 | 1 | -1/+1 |
| | | | | | from `avatar` to `personal-settings` fixes #2711 | ||||
* | Language | Morris Jobke | 2016-11-30 | 1 | -4/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 1 | -16/+19 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | allow multiple values for phone, website, address and email | Björn Schießle | 2016-11-21 | 1 | -7/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | display stored user data | Björn Schießle | 2016-11-21 | 1 | -12/+15 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Persist settings on the server | Christoph Wurst | 2016-11-21 | 1 | -0/+13 |
| | | | | | | | | | | | | Persist personal settings federated sharing scopes Show new settings fields in read-only mode too Insert values on page load Return updated values; show inline success feedback Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add more personal information fields to the settings page for enhanced ↵ | Christoph Wurst | 2016-11-21 | 1 | -1/+3 |
| | | | | | | | | | | federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -4/+5 |
| | |||||
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | app passwords/device tokens wording | Christoph Wurst | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | Do not use the language name, when it's not the one from the language we want | Joas Schilling | 2016-06-01 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+4 |
| | |||||
* | list user's auth tokens on the personal settings page | Christoph Wurst | 2016-05-23 | 1 | -0/+5 |
| | |||||
* | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functions | Thomas Müller | 2016-04-20 | 1 | -1/+0 |
|\ | | | | | migrate deprecated jQuery 1.x functions | ||||
| * | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -1/+0 |
| | | |||||
* | | Add loadAdditionalScripts events to admin and personal for plugins that have ↵ | Joas Schilling | 2016-04-20 | 1 | -0/+2 |
|/ | | | | no section | ||||
* | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -2/+7 |
| | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set. | ||||
* | Make enable_avatars setting more robust | Morris Jobke | 2016-01-27 | 1 | -1/+1 |
| | | | | | * handles the setting in the same way everywhere * fixes #21949 | ||||
* | Move findAvailableLanguages() to the factory | Joas Schilling | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 1 | -1/+1 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | | |||||
* | | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 1 | -7/+12 |
|/ | |||||
* | Merge pull request #21438 from owncloud/settings-anchors | Thomas Müller | 2016-01-11 | 1 | -1/+1 |
|\ | | | | | remove unneeded 'goto' prefix from settings anchors | ||||
| * | remove unneeded 'goto' prefix from settings anchors | Jan-Christoph Borchardt | 2016-01-04 | 1 | -1/+1 |
| | | |||||
* | | improve layout of personal settings page | Jan-Christoph Borchardt | 2015-12-28 | 1 | -2/+1 |
|/ | |||||
* | Add 'my groups' anchor to the personal page sidebar | Patrick Robertson | 2015-12-07 | 1 | -0/+1 |
| | |||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -9/+10 |
| | |||||
* | 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 | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -2/+2 |
| | |||||
* | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 1 | -0/+1 |
| | |||||
* | Only show import button if user storages are allowed | Lukas Reschke | 2015-10-06 | 1 | -1/+3 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+2 |
| | |||||
* | [settings] make it less static | Morris Jobke | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18638 from ↵ | Jan-Christoph Borchardt | 2015-08-28 | 1 | -0/+9 |
|\ | | | | | | | | | owncloud/issue-18141-sort-languages-with-names-before-code-only Sort languages with a name before those with language code only | ||||
| * | Sort languages with a name before those with language code only | Joas Schilling | 2015-08-28 | 1 | -0/+9 |
| | | |||||
* | | add comment for translators | Morris Jobke | 2015-08-27 | 1 | -0/+1 |
|/ | |||||
* | Compatibility shims for OC_Mount_Config | Robin McCorkell | 2015-08-19 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | The following functions have been removed: - addMountPoint() - removeMountPoint() - movePersonalMountPoint() registerBackend() has been rewritten as a shim around BackendService, allowing legacy code to interact with the new API seamlessly addMountPoint() was already disconnected from all production code, so this commit completes the job and removes the function itself, along with disconnecting and removing related functions. Unit tests have likewise been removed. getAbsoluteMountPoints(), getSystemMountPoints() and getPersonalMountPoints() have been rewritten to use the StoragesServices | ||||
* | only add the possibility to import ssl root certificates to the personal | Bjoern Schiessle | 2015-08-04 | 1 | -1/+17 |
| | | | | setting if the user can mount external storages | ||||
* | Allow classes in <h2> tags | Lukas Reschke | 2015-07-26 | 1 | -2/+2 |
| | | | | 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. | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Migrate personal certificate handling into AppFramework controllers | Lukas Reschke | 2015-04-20 | 1 | -0/+2 |
| | | | | Also added unit-tests and better error-handling | ||||
* | Removing left overs from old encryption app | Thomas Müller | 2015-04-07 | 1 | -11/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -3/+30 |
| | |||||
* | link back to top on Personal page, fix #14519 | Jan-Christoph Borchardt | 2015-03-23 | 1 | -2/+3 |
| |