Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-22Add `allow sharing with groups` checkbox to admin pageRoeland Jago Douma
2016-03-18Update avatar on username change if avatar is setMorris Jobke
* fixes #20455
2016-03-01Update author informationLukas Reschke
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
2016-03-01Merge pull request #17451 from owncloud/apps-disablebrokenappafterenableThomas Müller
Disable app that bricks the server after enabling
2016-03-01Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller
Don't return quota when none set
2016-03-01Merge pull request #22722 from owncloud/fix-personal-pageThomas Müller
fix personal page layout for LDAP users, fix #22272
2016-03-01[tx-robot] updated from transifexJenkins for ownCloud
2016-02-29fix personal page layout for LDAP users, fix #22272Jan-Christoph Borchardt
2016-02-29Return -3 for unlimited quotaVincent Petry
Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set.
2016-02-29Disable app that bricks the server after enablingVincent Petry
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.
2016-02-29[tx-robot] updated from transifexJenkins for ownCloud
2016-02-28[tx-robot] updated from transifexJenkins for ownCloud
2016-02-27[tx-robot] updated from transifexJenkins for ownCloud
2016-02-26Email endpoint is controlled by the username setting, not passwordJoas Schilling
2016-02-26Correctly indent uneditable email/display name fieldsJoas Schilling
2016-02-26[tx-robot] updated from transifexJenkins for ownCloud
2016-02-25[tx-robot] updated from transifexJenkins for ownCloud
2016-02-24Merge pull request #22549 from ↵Thomas Müller
owncloud/issue-20470-yellow-warning-for-user-and-group-errors Use the notification instead of the disruptive popup for settings/users errors
2016-02-23Merge pull request #22551 from owncloud/make-exceptions-easier-to-debugThomas Müller
Throw normal exceptions instead of eating them
2016-02-22We should check for exceptions when trying to get the avatarRoeland Jago Douma
Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test
2016-02-22Throw normal exceptions instead of eating themLukas Reschke
Partially addresses https://github.com/owncloud/core/issues/22550 Replaces https://github.com/owncloud/core/pull/20185
2016-02-22Use the notification instead of the disruptive popupJoas Schilling
2016-02-19Fix error ins source language stringsThomas Müller
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
2016-02-18Make app updates better visibleJoas Schilling
2016-02-17[tx-robot] updated from transifexJenkins for ownCloud
2016-02-16[tx-robot] updated from transifexJenkins for ownCloud
2016-02-15[tx-robot] updated from transifexJenkins for ownCloud
2016-02-12Add note if integrity check is disabledLukas Reschke
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.
2016-02-10[tx-robot] updated from transifexJenkins for ownCloud
2016-02-10sign all encrypted blocks and check signature on decryptBjörn Schießle
2016-02-10Merge pull request #22249 from owncloud/fix-22245Thomas Müller
Save display name and email address on paste operations
2016-02-09Consolidate getQuota and setQuota methods in User instanceArthur Schiwon
2016-02-09Save display name and email address on paste operations - fixes #22245Thomas Müller
2016-02-09fixes #22221Thomas Müller
2016-02-09[tx-robot] updated from transifexJenkins for ownCloud
2016-02-07[tx-robot] updated from transifexJenkins for ownCloud
2016-02-05update google play and apple badgeHendrik Leppelsack
2016-02-05Use SVG for desktop app buttonLukas Reschke
For the other ones we unfortunately don't have that. Partially addresses https://github.com/owncloud/core/issues/22154
2016-02-05Allow to delete the email address in user managementMorris Jobke
2016-02-03[tx-robot] updated from transifexJenkins for ownCloud
2016-02-02Merge pull request #22054 from vincchan/vincchan/fix#20199Thomas Müller
Move data protection check to javascript
2016-02-02[tx-robot] updated from transifexJenkins for ownCloud
2016-02-01Move data protection check to javascriptVincent Chan
fixes #20199
2016-02-01Merge pull request #21953 from owncloud/make-enable_avatars-more-robustThomas Müller
Make enable_avatars setting more robust
2016-02-01[tx-robot] updated from transifexJenkins for ownCloud
2016-01-31[tx-robot] updated from transifexJenkins for ownCloud
2016-01-30[tx-robot] updated from transifexJenkins for ownCloud
2016-01-29[tx-robot] updated from transifexJenkins for ownCloud
2016-01-27Make enable_avatars setting more robustMorris Jobke
* handles the setting in the same way everywhere * fixes #21949
2016-01-27Merge pull request #21741 from owncloud/l10n-improvementsThomas Müller
Move methods to the factory that are not related to translating, but to guessing/finding the language