Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-04-14Add psalm and cleanup for php 7.4Carl Schwan
This also replace IMessage private api usage with the equivalent public api usage. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-14Add php-cs and bump composerJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2021-01-20Make emails gender neutralSascha Wiswedel
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2018-08-01required args firstArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-06-15fix drone configArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-06-14check failed recipients, fixes #8Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-06-14add unit testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-31always send with default email addressArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-22fix bracketArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-18set border color for account deletion request and rename headingArthur Schiwon
also, fix caught Exception type and message (missed to push earlier) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-17add some error reportingArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-17add backend logic and wire the frontendArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-16ground workArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>