summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27860 from J0WI/alphanumeric-rndJoas Schilling2021-07-162-2/+2
|\ | | | | Introduce ISecureRandom::CHAR_ALPHANUMERIC
| * Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-082-2/+2
| | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-07-154-0/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-07-062-4/+4
|
* Migrate HintException to OCPGary Kim2021-06-302-2/+2
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* [tx-robot] updated from transifexNextcloud bot2021-06-282-0/+2
|
* Merge pull request #27664 from nextcloud/techdebt/noid/master-is-now-23-part2John Molakvoæ2021-06-251-1/+1
|\ | | | | Bump app version
| * Bump app versionJoas Schilling2021-06-241-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-252-0/+4
|/
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-222-2/+2
|
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2021-06-212-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-06-052-2/+2
|
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-17/+21
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-05-302-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-05-282-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-05-264-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-05-254-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-05-234-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-05-2212-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2021-05-21108-108/+108
|
* l10n: Unify spellingValdnet2021-05-201-2/+2
| | | | | | Spelling unification in Nextcloud applications. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-05-122-0/+2
|
* Fix usage of rename executeUpdateChristoph Wurst2021-05-051-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-04-292-4/+4
|
* Remove some deprecated calls from ShareByMailProvider.phprobottod2021-04-261-14/+14
| | | | | | This moves the execute calls to the executeQuery and executeUpdate calls Resulting in less calls to deprecated functions Signed-off-by: rtod <robottod@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-04-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-192-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-04-164-0/+28
|
* [tx-robot] updated from transifexNextcloud bot2021-04-154-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-04-102-16/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-04-092-0/+48
|
* [tx-robot] updated from transifexNextcloud bot2021-04-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-04-022-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-03-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-302-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-294-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-03-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-256-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-03-248-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-03-2358-122/+64
|
* Merge pull request #26231 from nextcloud/Valdnet-patch-6John Molakvoæ2021-03-221-2/+2
|\ | | | | l10n: Add words user and because in ShareByMailProvider.php
| * l10n: Add changes to text string for userValdnet2021-03-221-1/+1
| |
| * l10n: Add word user in ShareByMailProvider.phpValdnet2021-03-201-1/+1
| | | | | | Standardizing text strings with other Nextcloud applications.
* | Remove duplicated query for email sharesDaniel Calviño Sánchez2021-03-221-1/+0
| | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Fix testsJohn Molakvoæ (skjnldsv)2021-03-222-19/+41
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-225-39/+29
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>