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
path: root/apps
AgeCommit message (Collapse)Author
2020-06-09Merge pull request #21306 from nextcloud/fix/stable18/sidebar-tabs-updateRoeland Jago Douma
Init fileinfo for all tabs
2020-06-09[tx-robot] updated from transifexNextcloud bot
2020-06-08Init fileinfo for all tabsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-06-08[tx-robot] updated from transifexNextcloud bot
2020-06-07[tx-robot] updated from transifexNextcloud bot
2020-06-06Merge pull request #21129 from nextcloud/backport/21123/stable18Roeland Jago Douma
[stable18] simplify getGroups, fixing wrong chunking logic
2020-06-06Merge pull request #21160 from nextcloud/backport/21152/stable18Roeland Jago Douma
[stable18] [stable18] Fix password changes in link and mail shares
2020-06-06Merge pull request #21211 from nextcloud/backport/20938/stable18Roeland Jago Douma
[stable18] Fix the Talk verification
2020-06-06[tx-robot] updated from transifexNextcloud bot
2020-06-05Fix empty event UUID reminder notificationsThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-05[tx-robot] updated from transifexNextcloud bot
2020-06-04Use \OC::$CLI instead of PHP_SAPIThomas Citharel
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-04Fix password reset saying Admin changed my password when reset fromThomas Citharel
login page Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-04Merge pull request #21201 from nextcloud/backport/21181/stable18Roeland Jago Douma
[stable18] Do not only catch Exceptions but any Throwable during rmt share delete
2020-06-04[tx-robot] updated from transifexNextcloud bot
2020-06-03Restore previous state when failing to change video verification stateDaniel Calviño Sánchez
When video verification can not be enabled or disabled the previous state is set again in the JavaScript share object. This ensures that the UI will not reflect a misleading state. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-06-03Fix the Talk verificationChristoph Wurst
When enabling or disabling Talk verification in mail shares the server expects also a new password to be set. As we always just update one property at a time this means the Talk verification was impossible to activate or deactivate. With this patch, we send the talk option AND the new password. If there is no new password, the Talk option is disabled (in mail shares; in link shares it is possible to enable or disable the video verification without changing the password). When we finally have descriptive text on ActionCheckbox'es we should definitely add some explanatory text for the user. Right now this is as good as it gets. We'll have to backport to 18. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-03Do not only catch Exceptions but any Throwable during rmt share deleteChristoph Wurst
When a remote share is deleted, we notify the remove instance. This may trigger various error conditions, which we want to catch in order to avoid undeletable shares. The try-catch, however, did only capture exceptions, so things like TypeErrors were not caught and caused the process to fail hard. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-03[tx-robot] updated from transifexNextcloud bot
2020-06-02[tx-robot] updated from transifexNextcloud bot
2020-06-01[tx-robot] updated from transifexNextcloud bot
2020-05-31[tx-robot] updated from transifexNextcloud bot
2020-05-30[tx-robot] updated from transifexNextcloud bot
2020-05-29Fix creating a mail share with a passwordDaniel Calviño Sánchez
When a mail share was created with a password the given password was not hashed, so it was not possible to open the share with that password. Moreover, if passwords were enforced the given password was ignored and a new one was set (although in this case it was hashed so it worked as expected). Now the given password is properly hashed and not overriden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29Extend mail shares unit tests to check the password and mail templateDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29Revert "[stable18] Fix password changes in link and mail shares"Morris Jobke
2020-05-29Fix creating a mail share with a passwordDaniel Calviño Sánchez
When a mail share was created with a password the given password was not hashed, so it was not possible to open the share with that password. Moreover, if passwords were enforced the given password was ignored and a new one was set (although in this case it was hashed so it worked as expected). Now the given password is properly hashed and not overriden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29Extend mail shares unit tests to check the password and mail templateDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29[tx-robot] updated from transifexNextcloud bot
2020-05-28simplify getGroups, fixing wrong chunking logicArthur Schiwon
pagination is taken care of properly in the search logic in Access class Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-05-28Merge pull request #21109 from nextcloud/backport/19793/stable18Roeland Jago Douma
[stable18] Fix resharing of federated shares that were created out of links
2020-05-28Merge pull request #21127 from ↵Christoph Wurst
nextcloud/fix/make-translation-sanitization-optional-stable18 [stable18] Make the translation sanitization optional
2020-05-28[tx-robot] updated from transifexNextcloud bot
2020-05-27Fix devices & sessions sanitizationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-05-27Merge pull request #21115 from nextcloud/backport/21106/stable18blizzz
[stable18] use the loginname to verify the old password in user password changes
2020-05-27[tx-robot] updated from transifexNextcloud bot
2020-05-26use the loginname to verify the old password in user password changesArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-05-26Fix federated link sharing permissionsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-26Fix share update testJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26Have share permissions on link shares if it is enabledRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-26Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26Set proper share type when converting link shares to federated sharesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26[tx-robot] updated from transifexNextcloud bot
2020-05-25Merge pull request #20881 from nextcloud/backport/20841/stable18Morris Jobke
[stable18] add locking to resolve concurent move to trashbin conflicts
2020-05-25[tx-robot] updated from transifexNextcloud bot
2020-05-24[tx-robot] updated from transifexNextcloud bot
2020-05-23[tx-robot] updated from transifexNextcloud bot
2020-05-22[tx-robot] updated from transifexNextcloud bot
2020-05-21[tx-robot] updated from transifexNextcloud bot
2020-05-20[tx-robot] updated from transifexNextcloud bot