aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-08-182-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-08-172-0/+2
|
* Merge pull request #16638 from ↵Roeland Jago Douma2019-08-082-6/+13
|\ | | | | | | | | nextcloud/fix/noid/ldap-ext-storage-handler-loading-cli delay sending event from app init to when they are needed
| * delay sending event from app init to when they are neededArthur Schiwon2019-08-022-6/+13
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-08-072-6/+6
|/
* Adjust testsJulius Härtl2019-08-021-1/+20
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fixes terminology and allows to request an IUser instanceArthur Schiwon2019-08-022-7/+23
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* do not send null value when string is expectedArthur Schiwon2019-08-021-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Provide proper user context from initMountPointsJulius Härtl2019-08-023-4/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* files_external: Make sure the correct user context is used in substitution ↵Julius Härtl2019-08-023-16/+71
| | | | | | of variables Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-07-312-0/+2
|
* Merge pull request #15637 from nextcloud/bugfix/15567/ignore-hidden-shareblizzz2019-07-242-4/+51
|\ | | | | Allow hidden smb shares
| * Fix wrong indentationDaniel Kesselberg2019-07-221-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Fix invalid recursionDaniel Kesselberg2019-07-212-3/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Allow hidden smb sharesDaniel Kesselberg2019-07-162-1/+48
| | | | | | | | | | | | | | A hidden smb share ends with $. This patch changes the placeholder detection to allow shares with $ at the end. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2019-07-242-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-07-214-6/+8
|/
* Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke2019-07-081-0/+2
| | | | | | See https://github.com/nextcloud/server/pull/7556#issuecomment-499028026 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2019-07-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-06-242-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-06-174-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-06-1412-4/+20
|
* [tx-robot] updated from transifexNextcloud bot2019-05-294-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-05-284-0/+12
|
* Merge pull request #15704 from nextcloud/enh/7276/group-namesblizzz2019-05-271-1/+1
|\ | | | | Group display name support (service level + ldap)
| * group display name support (service level + ldap)Arthur Schiwon2019-05-271-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-05-274-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-05-2614-0/+14
|/
* add option to show hidden files in SMB sharesRobin Appelman2019-05-232-5/+16
| | | | | | | | | | | Note hidden files can mean different things in smb and the option the the files web ui, the webui only counts files starting with '.' as hidden, while smb files can be marked as hidden regardless, any files that are marked as hidden on smb will thus be shown in the webui regardless of the setting in the files app. Fixes #15644 Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2019-05-222-6/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-04-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-142-0/+4
|
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-04-082-42/+154
|
* do not attempt to replace anything in the passwordArthur Schiwon2019-04-021-1/+5
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2019-03-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-03-266-12/+18
|
* [tx-robot] updated from transifexNextcloud bot2019-03-21118-440/+118
|
* Merge pull request #14571 from cowai/optimize-files_external-notifyMorris Jobke2019-03-191-15/+40
|\ | | | | Use index to mark parent as outdated, fixes: #14537
| * Use two queries to mark parent as outdatedAri Selseng2019-03-181-15/+40
| | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* | [tx-robot] updated from transifexNextcloud bot2019-03-148-10/+14
| |
* | Add time between SMB test runs and properly log full changesetMorris Jobke2019-03-141-1/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Wait up to 10 seconds for incoming changes from SMB notifierMorris Jobke2019-03-131-1/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Have streams of files_external in syncRoeland Jago Douma2019-03-074-16/+28
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #14480 from cowai/reconnect-db-notifyRoeland Jago Douma2019-03-041-11/+56
|\ | | | | Reconnect to DB after timeout for Notify command. Fixes #14479
| * Correct log attributeAri Selseng2019-03-041-1/+1
| | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net>
| * Added logging to Notify command.Ari Selseng2019-03-041-2/+9
| | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net>
| * Reconnect to DB after timeout for Notify command. Fixes #14479Ari Selseng2019-03-031-10/+48
| | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* | update icewind/smb to 3.1.1Robin Appelman2019-03-046-44/+18
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #14448 from mzamot/masterRoeland Jago Douma2019-03-011-1/+1
|\ | | | | Convert value of timestamp metadata key in swift files_external