| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #21091 from nextcloud/sftp-normalize-path | Joas Schilling | 2020-06-03 | 2 | -0/+6 |
|\ |
|
| * | normalize sftp path in read and write stream | Robin Appelman | 2020-05-25 | 2 | -0/+6 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-03 | 2 | -0/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-01 | 2 | -0/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-30 | 4 | -36/+98 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-27 | 2 | -2/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-23 | 2 | -4/+4 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-22 | 2 | -0/+4 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-20 | 2 | -6/+6 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-19 | 2 | -0/+4 |
* | Merge pull request #20941 from nextcloud/smb-3.2.4 | Morris Jobke | 2020-05-15 | 4 | -26/+53 |
|\ |
|
| * | update icewind/smb to 3.2.4 | Robin Appelman | 2020-05-12 | 4 | -26/+53 |
* | | [tx-robot] updated from transifexv19.0.0RC2 | Nextcloud bot | 2020-05-14 | 2 | -0/+2 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-12 | 2 | -0/+4 |
* | Bump app versions and requirements | Joas Schilling | 2020-05-07 | 1 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-07 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-03 | 2 | -0/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-02 | 2 | -0/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-30 | 2 | -4/+4 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 41 | -2/+40 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-28 | 4 | -0/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-26 | 2 | -0/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-25 | 10 | -0/+18 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-24 | 16 | -2/+28 |
* | add tooltip to option | Robin Appelman | 2020-04-22 | 1 | -1/+2 |
* | Add option to check share ACL's when listing directories | Robin Appelman | 2020-04-21 | 2 | -0/+37 |
* | Merge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-hav... | Roeland Jago Douma | 2020-04-21 | 1 | -3/+3 |
|\ |
|
| * | Fix legacy routes | Joas Schilling | 2020-04-18 | 1 | -3/+3 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-21 | 2 | -6/+6 |
* | | Add method to storage backends to get directory content with metadata | Robin Appelman | 2020-04-20 | 1 | -8/+57 |
|/ |
|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-16 | 2 | -0/+2 |
* | Fix issues with Keystone auth v3 in files_external app | Julien Lutran | 2020-04-15 | 2 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-15 | 2 | -6/+6 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-13 | 2 | -2/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 14 | -42/+42 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 15 | -18/+18 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 85 | -162/+63 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 10 | -19/+19 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-10 | 2 | -2/+2 |
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 10 | -14/+13 |
|\ |
|
| * | Make sure there is exactly one newline after imports | Christoph Wurst | 2020-04-09 | 1 | -4/+4 |
| * | Make sure every file ends with an empty newline | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
| * | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 8 | -8/+8 |
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 11 | -16/+16 |
|/ |
|
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 10 | -8/+2 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 5 | -18/+18 |
* | Merge pull request #20363 from nextcloud/smb-3.2.3 | John Molakvoæ | 2020-04-09 | 12 | -27/+70 |
|\ |
|