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
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling
operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-09[tx-robot] updated from transifexNextcloud bot
2018-10-08Merge pull request #11664 from ↵Roeland Jago Douma
nextcloud/feature/noid/has-been-interrupted-throw-exception Syntactic sugar for hasBeenInterrupted
2018-10-08Merge pull request #11679 from nextcloud/refactor/remove-ie8-apisMorris Jobke
Remove IE8 APIs
2018-10-08Merge pull request #11518 from nextcloud/feature/noid/save-s3-requestsMorris Jobke
S3 reuse information from listObject and skip headObject
2018-10-08Merge pull request #11682 from ↵Morris Jobke
nextcloud/refactor/remove-deprecated-unused-fileDownloadPath Remove deprecated and unused fileDownloadPath
2018-10-08Merge pull request #11680 from nextcloud/refactor/remove-deprecated-svg-apisMorris Jobke
Remove deprecated SVG helpers for old IEs
2018-10-08Merge pull request #10782 from nextcloud/fix/10774/deadtagactionMorris Jobke
in 14 the click action gets lost in the Backbone view.
2018-10-08Merge pull request #10839 from nextcloud/bugfix/10212/use_class_implementationMorris Jobke
adjust Calendar resource / room interfaces to use class implementation
2018-10-08Remove deprecated and unused fileDownloadPathChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08Remove value from cache on delete/clearDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-08Remove deprecated SVG helpers for old IEsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08Remove OC.scaleFixForIE8Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08Merge pull request #11599 from nextcloud/feature/7136/workflow-engine-filenameMorris Jobke
Add FileName to Workflow engine
2018-10-08Rename method to abortIfInterruptedDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-08Fix typoDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-08Merge pull request #10898 from ↵Morris Jobke
nextcloud/feature/10684/default-logo-color-theme-colors Switches the default logo color depending on the primary color
2018-10-08[tx-robot] updated from transifexNextcloud bot
2018-10-08adjust Calendar resource / room interfaces to use class implementationGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-10-07Adjust code for changed method signatureDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-07[tx-robot] updated from transifexNextcloud bot
2018-10-06[tx-robot] updated from transifexNextcloud bot
2018-10-05Ignore case for is and !isDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-05[tx-robot] updated from transifexNextcloud bot
2018-10-04Adapts the theming util to the new core logo image pathMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-04Change placeholderDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-04Remove leftover 'Roeland Jago Douma
Followup to #11583 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Remove unused importDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-04Allow userId to be nullRoeland Jago Douma
Fixes #10852 A quick hack. Still ensures some type safety however now also accepts null. Else we'd need to add a whole new layer of middlewares. This can only happen when a guest user wants to access a controller that requries the user_id. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move newfilemenu to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move files_versions to compiled handlebars templatesRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move sharetabview to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move mainfileinfodetailsview to commpiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move fileactions to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move tagsplugin to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move Comments to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move detailsview to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move systemtagsinfoviewtoggleview away from handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Move filelist to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Merge pull request #11603 from nextcloud/bugfix/noid/fix-wrong-call-for-loggerRoeland Jago Douma
Fix call to logger
2018-10-04[tx-robot] updated from transifexNextcloud bot
2018-10-03Append error from exception for messageDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-03Fix call to loggerDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-03Make code strictDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-03Fixes the logo testMichael Weimann
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-03[tx-robot] updated from transifexNextcloud bot
2018-10-03Add FileName to Workflow engineDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-03Merge pull request #11338 from rubo77/password-brMorris Jobke
sharebymail: Add linebreak before password
2018-10-03sharebymail: Add linebreak before passwordrubo77
Signed-off-by: Ruben Barkow <github@r.z11.de>
2018-10-03Merge pull request #11538 from nextcloud/heading-boldMarin Treselj
Set headings to Semibold for better information architecture