summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-06-272-26/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-06-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-234-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-06-22104-416/+418
|
* Merge pull request #9518 from ↵Roeland Jago Douma2018-06-2111-535/+116
|\ | | | | | | | | nextcloud/feature/5986/public_share_controller_middleware Public share middleware & controller
| * Fix index.php linksRoeland Jago Douma2018-06-201-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Update SharingCheckMiddlewareTestRoeland Jago Douma2018-06-201-89/+0
| | | | | | | | | | | | * They are handled now by the overal sharing public page middleware Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix ShareControllerTestRoeland Jago Douma2018-06-202-242/+23
| | | | | | | | | | | | | | * Removed tests that are now handled by the middleware * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix PublicPreviewControllerTestsRoeland Jago Douma2018-06-201-8/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Don't allow public share pages if link sharing is disabledRoeland Jago Douma2018-06-201-25/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move public auth page overRoeland Jago Douma2018-06-204-80/+0
| | | | | | | | | | | | | | Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move public preview endpoint overRoeland Jago Douma2018-06-204-24/+41
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Quick hack to make the files sharing app work with this properlyRoeland Jago Douma2018-06-202-84/+59
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-06-212-0/+2
| |
* | Various apps scssJohn Molakvoæ (skjnldsv)2018-06-201-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-06-208-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-06-1998-130/+130
|
* Merge pull request #9893 from kevgathuku/update-unshare-messageJulius Härtl2018-06-181-1/+1
|\ | | | | Update message shown when unsharing a file
| * Update message shown when unsharing a fileKevin Ndung'u2018-06-181-1/+1
| | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
* | Merge pull request #9823 from ↵blizzz2018-06-181-1/+1
|\ \ | |/ |/| | | | | nextcloud/bufgix/noid/update_token_on_session_id_regenerate Update the token on session regeneration
| * Allow updating the token on session regenerationRoeland Jago Douma2018-06-141-1/+1
| | | | | | | | | | | | | | Sometimes when we force a session regeneration we want to update the current token for this session. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-06-162-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-154-2/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-06-132-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-06-124-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-06-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-314-98/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-05-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-264-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-254-2/+6
|
* Fix ExpiresSharesJobTestRoeland Jago Douma2018-05-231-16/+21
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use node apiRoeland Jago Douma2018-05-231-27/+13
| | | | | | | * delete old test that can't happen anymore since we check for a valid node Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-05-2312-12/+36
|
* Merge pull request #9545 from ↵Morris Jobke2018-05-221-0/+4
|\ | | | | | | | | nextcloud/bugfix/noid/ellipsis-below-public-textfiles Remove ellipsis below public text file shares
| * Remove ellipsis below public text file sharesMorris Jobke2018-05-221-0/+4
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #9515 from ↵Roeland Jago Douma2018-05-221-0/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/reset_session_when_auth_against_protected_share Regenerate session id after public share auth
| * | Regenerate session id after public share authRoeland Jago Douma2018-05-171-0/+1
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2018-05-188-8/+8
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-178-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-05-122-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-104-4/+8
|
* Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storageMorris Jobke2018-05-021-0/+3
|\ | | | | Use an actual function of the storage to determine needsPartFile
| * Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-011-0/+3
| | | | | | | | | | | | | | We have a function for it so better to override that. Also because other codes that might check this should get the right value. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix testsRoeland Jago Douma2018-05-011-2/+4
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9309 from nextcloud/feature/noid/no_js_sharepermission_logicMorris Jobke2018-04-272-17/+7
|\ | | | | Do not add sharePermission logic in JS
| * Fix sharedfilelistSpec.js testsRoeland Jago Douma2018-04-261-3/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Do not add sharePermission logic in JSRoeland Jago Douma2018-04-261-14/+1
| | | | | | | | | | | | | | We have a dedicated dav property. We should do all the magic in 1 place. Not several. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-04-274-8/+10
|/