Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-19 | 244 | -392/+498 |
* | Merge pull request #4410 from nextcloud/update-aws-sdk | Robin Appelman | 2017-09-18 | 622 | -58771/+223 |
|\ | |||||
| * | show diff in autoload checker | Robin Appelman | 2017-09-18 | 1 | -0/+1 |
| * | update autoloader | Robin Appelman | 2017-09-18 | 2 | -0/+2 |
| * | fix undefined constants | Robin Appelman | 2017-09-18 | 1 | -1/+1 |
| * | merge vendor js | Robin Appelman | 2017-09-18 | 1 | -0/+7 |
| * | fix path style | Robin Appelman | 2017-09-18 | 1 | -3/+1 |
| * | disable part files for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -0/+4 |
| * | add stat cache for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -7/+56 |
| * | more efficient is_dir | Robin Appelman | 2017-09-18 | 1 | -0/+10 |
| * | more efficient permissions for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -0/+8 |
| * | more efficient write only fopen | Robin Appelman | 2017-09-18 | 1 | -1/+9 |
| * | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 3 | -84/+97 |
| * | update aws sdk and move it to 3rdparty | Robin Appelman | 2017-09-18 | 4 | -58/+42 |
| * | remove non composer aws sdk | Robin Appelman | 2017-09-18 | 613 | -58632/+0 |
|/ | |||||
* | Merge pull request #6490 from nextcloud/share_pagination_query | Roeland Jago Douma | 2017-09-18 | 1 | -0/+5 |
|\ | |||||
| * | Improve sharing pagination | Roeland Jago Douma | 2017-09-15 | 1 | -0/+5 |
* | | Merge pull request #6518 from nextcloud/allow-apps-to-control-versions | Morris Jobke | 2017-09-18 | 2 | -0/+93 |
|\ \ | |||||
| * | | allow apps to disable versions for some files | Bjoern Schiessle | 2017-09-15 | 2 | -0/+93 |
* | | | Merge pull request #6549 from nextcloud/fix-6534 | Morris Jobke | 2017-09-18 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | don't pass User object when uid string is expected | Arthur Schiwon | 2017-09-18 | 1 | -1/+2 |
* | | | | Merge pull request #5462 from nextcloud/add-frameancestor-support | Lukas Reschke | 2017-09-18 | 4 | -0/+89 |
|\ \ \ \ | |||||
| * | | | | fix typo and set @since properly | Thomas Citharel | 2017-09-15 | 2 | -6/+6 |
| * | | | | Add CSP frame-ancestors support | Thomas Citharel | 2017-09-15 | 4 | -0/+89 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #5585 from nextcloud/contacts_menu_privacy | Morris Jobke | 2017-09-18 | 4 | -27/+377 |
|\ \ \ \ | |||||
| * | | | | Add filter for `shareapi_allow_share_dialog_user_enumeration` | Lukas Reschke | 2017-09-15 | 3 | -47/+174 |
| * | | | | Revert "Do not list system users in contacts menu if sharing autocompletion i... | Lukas Reschke | 2017-09-15 | 1 | -8/+2 |
| * | | | | Fix issue when disabling the shareapi_only_share_with_group_members option + ... | Tobia De Koninck | 2017-09-15 | 1 | -2/+12 |
| * | | | | Improve code style | Tobia De Koninck | 2017-09-15 | 1 | -5/+7 |
| * | | | | Some code improvements | Tobia De Koninck | 2017-09-15 | 1 | -4/+5 |
| * | | | | Add tests | Tobia De Koninck | 2017-09-15 | 2 | -1/+130 |
| * | | | | Fix tests | Tobia De Koninck | 2017-09-15 | 2 | -3/+23 |
| * | | | | Privacy enhancements for contacts menu | Tobia De Koninck | 2017-09-15 | 1 | -4/+71 |
| |/ / / | |||||
* | | | | Merge pull request #6014 from nextcloud/add-copy-action | Morris Jobke | 2017-09-18 | 8 | -26/+368 |
|\ \ \ \ | |||||
| * | | | | Add tests for FileList | Thomas Citharel | 2017-09-15 | 1 | -0/+98 |
| * | | | | Don't show success notifications for failed copy actions and update folder sizes | Thomas Citharel | 2017-09-15 | 1 | -33/+59 |
| * | | | | Change move copy order and debug leftover | Thomas Citharel | 2017-09-15 | 3 | -4/+3 |
| * | | | | typo | Thomas Citharel | 2017-09-15 | 1 | -1/+1 |
| * | | | | [WIP] Added copy and move buttons | Thomas Citharel | 2017-09-15 | 6 | -43/+119 |
| * | | | | Allow files to be copied through action menu & multiple files actions | Thomas Citharel | 2017-09-15 | 3 | -1/+144 |
| |/ / / | |||||
* | | | | Merge pull request #6537 from nextcloud/fix-2332-breadcrumb-refresh-current-dir | Morris Jobke | 2017-09-18 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Force refresh file list when clicking on breadcrumb even if target directory ... | Chon Kou | 2017-09-16 | 1 | -1/+1 |
* | | | | Merge pull request #6545 from nextcloud/provapi-fix-empty-gid-exception | blizzz | 2017-09-18 | 2 | -1/+15 |
|\ \ \ \ | |||||
| * | | | | throw 101 when an empty group string is provided | Arthur Schiwon | 2017-09-18 | 2 | -1/+15 |
|/ / / / | |||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-18 | 16 | -114/+212 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-17 | 8 | -28/+322 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-16 | 24 | -26/+350 |
| |/ |/| | |||||
* | | Merge pull request #6488 from nextcloud/vendor-davclient.js-0.1.2 | Morris Jobke | 2017-09-15 | 3 | -8/+14 |
|\ \ | |||||
| * | | vendor: Update davclient.js to 0.1.2 | Leon Klingele | 2017-09-15 | 3 | -8/+14 |
| |/ | |||||
* | | Merge pull request #6453 from nextcloud/fix-5273 | Morris Jobke | 2017-09-15 | 4 | -25/+72 |
|\ \ |