aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| * Convert timestamp key value of metadata in Swift files_externalMichael Zamot2019-03-011-1/+1
| | | | | | | | | | | | | | | | modified: apps/files_external/lib/Lib/Storage/Swift.php Signed-off-by: Michael Zamot <michael@zamot.io> Convert value of timestamp metadata key in swift files_external to string
* | Merge pull request #11871 from nextcloud/feature/11015/collaboration-resourcesRoeland Jago Douma2019-03-011-1/+1
|\ \ | | | | | | Collaboration resources
| * | Fix files_external testsJoas Schilling2019-03-011-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix a bug with smb notify having leading slash when it should notAri Selseng2019-03-011-1/+1
|/ / | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net>
* / [tx-robot] updated from transifexNextcloud bot2019-03-014-22/+30
|/
* Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3Morris Jobke2019-02-191-2/+2
|\ | | | | Prefix $path for filename for internal file cache
| * Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg2019-02-141-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Prefix $path for filename for internal file cacheDaniel Kesselberg2019-02-141-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | typos in doc, no code changesArthur Schiwon2019-02-155-5/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>