Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4478 from nextcloud/improve_settings_help | Joas Schilling | 2017-04-26 | 2 | -3/+2 |
|\ | | | | | adding some documentation hints and some smaller cleanup | ||||
| * | Wording fixes | Jan-Christoph Borchardt | 2017-04-25 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | Small layout fixes to settings hints | Jan-Christoph Borchardt | 2017-04-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | adding some documentation hints and some smaller cleanup | Frank Karlitschek | 2017-04-25 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-26 | 2 | -2/+14 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-25 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-24 | 14 | -0/+44 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-23 | 18 | -48/+120 |
| | |||||
* | Merge pull request #4432 from nextcloud/fix-grammar | Lukas Reschke | 2017-04-22 | 1 | -4/+4 |
|\ | | | | | Fix grammar | ||||
| * | Fix grammar | Morris Jobke | 2017-04-21 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-22 | 14 | -16/+226 |
|/ | |||||
* | fix typo | Morris Jobke | 2017-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix casing | Morris Jobke | 2017-04-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | fix unit tests | Bjoern Schiessle | 2017-04-20 | 2 | -10/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | respect password policy for auto generated passwords | Bjoern Schiessle | 2017-04-20 | 2 | -5/+41 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | improve mail text | Bjoern Schiessle | 2017-04-20 | 1 | -3/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | create activity if a password was send by mail | Bjoern Schiessle | 2017-04-20 | 2 | -24/+101 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | templates no longer needed | Bjoern Schiessle | 2017-04-20 | 2 | -91/+0 |
| | |||||
* | allow admin to enforce password on mail shares | Bjoern Schiessle | 2017-04-20 | 12 | -30/+313 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Rename renderHTML to renderHtml | Morris Jobke | 2017-04-19 | 2 | -4/+4 |
| | | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4382 from nextcloud/use-proper-reply-to | Lukas Reschke | 2017-04-19 | 2 | -9/+286 |
|\ | | | | | Add "Reply-To" on ShareByMailProvider mails | ||||
| * | Fix indentation | Lukas Reschke | 2017-04-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | Add "Reply-To" on ShareByMailProvider mails | Lukas Reschke | 2017-04-18 | 2 | -9/+286 |
| | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/4209 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-18 | 2 | -10/+10 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-18 | 6 | -2/+38 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-17 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-16 | 2 | -10/+10 |
| | |||||
* | Merge pull request #2834 from nextcloud/accesListToShareManager | Morris Jobke | 2017-04-15 | 2 | -0/+89 |
|\ | | | | | Access list to share manager | ||||
| * | Mail shares trigger the public key | Roeland Jago Douma | 2017-04-13 | 2 | -17/+17 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Adjust docs and make !$currentAccess simpler | Joas Schilling | 2017-04-13 | 2 | -0/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add unit tests for sharebymail provider | Joas Schilling | 2017-04-13 | 1 | -0/+55 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add mail element to access list | Roeland Jago Douma | 2017-04-13 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | * Each provider just returns what they have so adding an element won't require changing everything * Added tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Offload acceslist creation to providers | Roeland Jago Douma | 2017-04-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | * This allows for effective queries. * Introduce currentAccess parameter to speciy if the users needs to have currently acces (deleted incomming group share). (For notifications) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-15 | 6 | -8/+36 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-14 | 18 | -4/+118 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-13 | 22 | -142/+114 |
| | |||||
* | Dont add click-button text for plaintext mails | Joas Schilling | 2017-04-12 | 1 | -3/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't duplicate the sentence with the header | Joas Schilling | 2017-04-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use new email design for sharebymail emails | Morris Jobke | 2017-04-12 | 5 | -250/+39 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-12 | 4 | -10/+40 |
| | |||||
* | Merge pull request #4283 from nextcloud/shares-by-folder-quote | Morris Jobke | 2017-04-10 | 1 | -1/+1 |
|\ | | | | | properly quota table names in getSharesInFolder | ||||
| * | properly quota table names in getSharesInFolder | Robin Appelman | 2017-04-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-11 | 2 | -2/+10 |
| | | |||||
* | | move capabilities to share by mail app | Bjoern Schiessle | 2017-04-10 | 3 | -3/+96 |
|/ | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-10 | 4 | -4/+28 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-09 | 14 | -14/+86 |
| | |||||
* | Merge pull request #4136 from nextcloud/expire-date-for-all-shares | Morris Jobke | 2017-04-07 | 9 | -19/+365 |
|\ | | | | | Unified sharing options | ||||
| * | adjust to changes in the theming app | Bjoern Schiessle | 2017-04-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | update unit tests | Bjoern Schiessle | 2017-04-07 | 1 | -5/+3 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | setting to disable sending password by mail | Bjoern Schiessle | 2017-04-03 | 7 | -3/+189 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> |