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 (Expand)Author
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-13properly set 'hide_download' as integerRobin Appelman
2020-03-13Properly respect hide download on sharebymailRoeland Jago Douma
2020-01-13Fix license headersChristoph Wurst
2020-01-08additional fix to #18730 #18733exner104
2020-01-08Wrong email sender fix #18730exner104
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-30Get all shares as iterableRoeland Jago Douma
2019-06-30Change send to sentFrederic Werner
2019-02-07Fix wrong method callJoas Schilling
2019-02-07Make sure the relative path is always a stringJoas Schilling
2019-01-13improve mail subject for mails to the owner with the passwordBjoern Schiessle
2018-12-04Unshare from mail activity is missingJoas Schilling
2018-10-12Fix a case where "password_by_talk" was not a boolean (e.g. null or "0") and ...Morris Jobke
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
2018-10-03sharebymail: Add linebreak before passwordrubo77
2018-07-24Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez
2018-07-24Store "sendPasswordByTalk" property of mail shares in the databaseDaniel Calviño Sánchez
2018-07-21some small template fixesBjoern Schiessle
2018-07-21add direct link to the shareBjoern Schiessle
2018-07-21fix mail templatesBjoern Schiessle
2018-07-21add note to share object when reading it from the dbBjoern Schiessle
2018-07-21improve mail template and escape html codeBjoern Schiessle
2018-07-21allow to add a personal note to a shareBjoern Schiessle
2018-07-05Add API to undelete delete group sharesRoeland Jago Douma
2018-04-26move log constants to ILoggerArthur Schiwon
2018-02-15Fix existing usagesJoas Schilling
2018-01-29Use ::class statement instead of stringMorris Jobke
2018-01-26Remove useless return statementsMorris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2017-10-18Set the data from the templateJoas Schilling
2017-10-18Set the subject with the email template to allow themingJoas Schilling
2017-09-25do not show hyphen after instance name in emails if slogan does not existStephan Müller
2017-09-04Merge setMetaData into constructorJoas Schilling
2017-08-30Implement metadata for email templates of remaining emailsMorris Jobke
2017-08-29Add shareWith to email template metadataMorris Jobke
2017-08-28Allow the expiration date to be set to nullMorris Jobke
2017-08-26Allow the expiration date to be set to nullMorris Jobke
2017-08-24Add meta information to emails for better customisationJoas Schilling
2017-07-19Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokensJoas Schilling
2017-07-19Run phan over code baseLukas Reschke
2017-07-18Only use readable chars in Share TokensJoas Schilling