Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-31 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #15637 from nextcloud/bugfix/15567/ignore-hidden-share | blizzz | 2019-07-24 | 2 | -4/+51 | |
|\ | | | | | Allow hidden smb shares | |||||
| * | Fix wrong indentation | Daniel Kesselberg | 2019-07-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
| * | Fix invalid recursion | Daniel Kesselberg | 2019-07-21 | 2 | -3/+3 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
| * | Allow hidden smb shares | Daniel Kesselberg | 2019-07-16 | 2 | -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 transifex | Nextcloud bot | 2019-07-24 | 2 | -0/+4 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-21 | 4 | -6/+8 | |
|/ | ||||||
* | Ignore forbidden exception when fetching share mtime on SMB for symlinks | Morris Jobke | 2019-07-08 | 1 | -0/+2 | |
| | | | | | | See https://github.com/nextcloud/server/pull/7556#issuecomment-499028026 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-02 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-24 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-17 | 4 | -0/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-14 | 12 | -4/+20 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-29 | 4 | -0/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-28 | 4 | -0/+12 | |
| | ||||||
* | Merge pull request #15704 from nextcloud/enh/7276/group-names | blizzz | 2019-05-27 | 1 | -1/+1 | |
|\ | | | | | Group display name support (service level + ldap) | |||||
| * | group display name support (service level + ldap) | Arthur Schiwon | 2019-05-27 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-27 | 4 | -0/+4 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-26 | 14 | -0/+14 | |
|/ | ||||||
* | add option to show hidden files in SMB shares | Robin Appelman | 2019-05-23 | 2 | -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 transifex | Nextcloud bot | 2019-05-22 | 2 | -6/+12 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-23 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-14 | 2 | -0/+4 | |
| | ||||||
* | Bump versions of server and the requirements of apps | Joas Schilling | 2019-04-11 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-08 | 2 | -42/+154 | |
| | ||||||
* | do not attempt to replace anything in the password | Arthur Schiwon | 2019-04-02 | 1 | -1/+5 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-29 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-26 | 6 | -12/+18 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-21 | 118 | -440/+118 | |
| | ||||||
* | Merge pull request #14571 from cowai/optimize-files_external-notify | Morris Jobke | 2019-03-19 | 1 | -15/+40 | |
|\ | | | | | Use index to mark parent as outdated, fixes: #14537 | |||||
| * | Use two queries to mark parent as outdated | Ari Selseng | 2019-03-18 | 1 | -15/+40 | |
| | | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-14 | 8 | -10/+14 | |
| | | ||||||
* | | Add time between SMB test runs and properly log full changeset | Morris Jobke | 2019-03-14 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Wait up to 10 seconds for incoming changes from SMB notifier | Morris Jobke | 2019-03-13 | 1 | -1/+8 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Have streams of files_external in sync | Roeland Jago Douma | 2019-03-07 | 4 | -16/+28 | |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #14480 from cowai/reconnect-db-notify | Roeland Jago Douma | 2019-03-04 | 1 | -11/+56 | |
|\ | | | | | Reconnect to DB after timeout for Notify command. Fixes #14479 | |||||
| * | Correct log attribute | Ari Selseng | 2019-03-04 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | |||||
| * | Added logging to Notify command. | Ari Selseng | 2019-03-04 | 1 | -2/+9 | |
| | | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | |||||
| * | Reconnect to DB after timeout for Notify command. Fixes #14479 | Ari Selseng | 2019-03-03 | 1 | -10/+48 | |
| | | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | |||||
* | | update icewind/smb to 3.1.1 | Robin Appelman | 2019-03-04 | 6 | -44/+18 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #14448 from mzamot/master | Roeland Jago Douma | 2019-03-01 | 1 | -1/+1 | |
|\ | | | | | Convert value of timestamp metadata key in swift files_external | |||||
| * | Convert timestamp key value of metadata in Swift files_external | Michael Zamot | 2019-03-01 | 1 | -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-resources | Roeland Jago Douma | 2019-03-01 | 1 | -1/+1 | |
|\ \ | | | | | | | Collaboration resources | |||||
| * | | Fix files_external tests | Joas Schilling | 2019-03-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Fix a bug with smb notify having leading slash when it should not | Ari Selseng | 2019-03-01 | 1 | -1/+1 | |
|/ / | | | | | | | Signed-off-by: Ari Selseng <ari@selseng.net> | |||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-01 | 4 | -22/+30 | |
|/ | ||||||
* | Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3 | Morris Jobke | 2019-02-19 | 1 | -2/+2 | |
|\ | | | | | Prefix $path for filename for internal file cache | |||||
| * | Call headObject if file not in filecache :see_no_evil: | Daniel Kesselberg | 2019-02-14 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
| * | Prefix $path for filename for internal file cache | Daniel Kesselberg | 2019-02-14 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | typos in doc, no code changes | Arthur Schiwon | 2019-02-15 | 5 | -5/+8 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |