| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-18 | 2 | -6/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-17 | 2 | -0/+2 |
* | Merge pull request #16638 from nextcloud/fix/noid/ldap-ext-storage-handler-lo... | Roeland Jago Douma | 2019-08-08 | 2 | -6/+13 |
|\ |
|
| * | delay sending event from app init to when they are needed | Arthur Schiwon | 2019-08-02 | 2 | -6/+13 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-07 | 2 | -6/+6 |
|/ |
|
* | Adjust tests | Julius Härtl | 2019-08-02 | 1 | -1/+20 |
* | fixes terminology and allows to request an IUser instance | Arthur Schiwon | 2019-08-02 | 2 | -7/+23 |
* | do not send null value when string is expected | Arthur Schiwon | 2019-08-02 | 1 | -2/+2 |
* | Provide proper user context from initMountPoints | Julius Härtl | 2019-08-02 | 3 | -4/+16 |
* | files_external: Make sure the correct user context is used in substitution of... | Julius Härtl | 2019-08-02 | 3 | -16/+71 |
* | [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 |
|\ |
|
| * | Fix wrong indentation | Daniel Kesselberg | 2019-07-22 | 1 | -1/+1 |
| * | Fix invalid recursion | Daniel Kesselberg | 2019-07-21 | 2 | -3/+3 |
| * | Allow hidden smb shares | Daniel Kesselberg | 2019-07-16 | 2 | -1/+48 |
* | | [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 |
* | [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) | Arthur Schiwon | 2019-05-27 | 1 | -1/+1 |
* | | [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 |
* | [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 |
* | [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 |
* | [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 two queries to mark parent as outdated | Ari Selseng | 2019-03-18 | 1 | -15/+40 |
* | | [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 |
* | | Wait up to 10 seconds for incoming changes from SMB notifier | Morris Jobke | 2019-03-13 | 1 | -1/+8 |
* | | Have streams of files_external in sync | Roeland Jago Douma | 2019-03-07 | 4 | -16/+28 |
|/ |
|
* | Merge pull request #14480 from cowai/reconnect-db-notify | Roeland Jago Douma | 2019-03-04 | 1 | -11/+56 |
|\ |
|
| * | Correct log attribute | Ari Selseng | 2019-03-04 | 1 | -1/+1 |
| * | Added logging to Notify command. | Ari Selseng | 2019-03-04 | 1 | -2/+9 |
| * | Reconnect to DB after timeout for Notify command. Fixes #14479 | Ari Selseng | 2019-03-03 | 1 | -10/+48 |
* | | update icewind/smb to 3.1.1 | Robin Appelman | 2019-03-04 | 6 | -44/+18 |
|/ |
|
* | Merge pull request #14448 from mzamot/master | Roeland Jago Douma | 2019-03-01 | 1 | -1/+1 |
|\ |
|