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
2019-07-26Change send to sentFrederic Werner
2019-02-08Fix wrong method callJoas Schilling
2019-02-08Make sure the relative path is always a stringJoas Schilling
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
2017-06-20Use PNG version of the icons for shipped activitiesJoas Schilling
2017-06-08use the email address configured in Nextcloud as sender instead of the users ...Bjoern Schiessle
2017-05-29no "mail" or mid sentence "E-mail"comradekingu
2017-05-08don't mention the owner of a file in case of a re-share by mail. The recipien...Bjoern Schiessle
2017-04-26Fix past tenseJoas Schilling
2017-04-22Fix grammarMorris Jobke
2017-04-20fix typoMorris Jobke
2017-04-20Fix casingMorris Jobke
2017-04-20fix unit testsBjoern Schiessle
2017-04-20respect password policy for auto generated passwordsBjoern Schiessle
2017-04-20improve mail textBjoern Schiessle
2017-04-20create activity if a password was send by mailBjoern Schiessle
2017-04-20allow admin to enforce password on mail sharesBjoern Schiessle
2017-04-19Rename renderHTML to renderHtmlMorris Jobke
2017-04-19Fix indentationLukas Reschke
2017-04-18Add "Reply-To" on ShareByMailProvider mailsLukas Reschke
2017-04-13Mail shares trigger the public keyRoeland Jago Douma