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-10-24[stable9] Fix misleading SSL/TLS SMTP email configuration (#26447)RealRancor
2016-10-10[stable9] forum.owncloud.org -> central.owncloud.org (#25644)RealRancor
2016-10-07[stable9] Improve user list rendering perf by not resorting after every add ↵Vincent Petry
(#26282) The call to UserList.add() was wrong and was passing "user.lastLogin" as the sort argument which would cause the list to be resorted over and over again for every added item after loading the next page of users.
2016-09-30[stable9] 25532_issue_password_update_notification_updated (#25756) (#25867)Thomas Müller
* Password Update Notification Added an IF ELSE statement to ensure that feedback is provided to the user on successfully updating a user password in settings. * Password Update Success Message Updated the password update success message
2016-09-27Backport #26087 to stable9 (#26229)RealRancor
2016-08-24Users page lazy multiselect group dropdownsVincent Petry
Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed.
2016-07-07[stable9] Set content type when downloading log file to force download in ↵Thomas Müller
some browsers (#25382) (#25398)
2016-06-14decrease initial users to load to 50Jörn Friedrich Dreyer
Prevents timeouts on the initial loading of users. proper fix will be in https://github.com/owncloud/core/pull/10994 Workaround for https://github.com/owncloud/core/issues/24734
2016-06-10Merge pull request #25054 from ↵Vincent Petry
owncloud/issue-24536-language-name-reused-for-fallback-languages-stable9 [stable9] Do not use the language name, when it's not the one from the language…
2016-06-10Do not use the language name, when it's not the one from the language we wantJoas Schilling
2016-06-09Use temporary htaccesstest.txt for data dir security checkVincent Petry
2016-05-31Add a warning when the transaction isolation level is not READ_COMMITED (#24915)Joas Schilling
2016-05-13Merge pull request #24530 from ↵Vincent Petry
owncloud/backport-24526-forward-user-manager-error-messages-to-ui [9.0] Pass on the error message from the user manager to the UI
2016-05-11Yo-ho-oh - Murder all band 'o pirates - backport of #24550Thomas Müller
2016-05-11Pass on the error message from the user manager to the UIJoas Schilling
2016-05-10Fixed 'Help Translate' linkPau
2016-04-26Disable pastezone for jquery.fileuploadLukas Reschke
jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS. This implementation triggers some problems: 1. The pastezone is defined globally by default (:see_no_evil:). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads. 2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>. 3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created. Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled. Lesson learned: Third-party JS libraries can have some weird details.
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