Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-21 | 16 | -4/+64 |
* | Merge pull request #6579 from nextcloud/settings-displayname-avatar | Joas Schilling | 2017-09-20 | 1 | -7/+9 |
|\ | |||||
| * | Set the displayname for the avatar in the personal info | Joas Schilling | 2017-09-20 | 1 | -7/+9 |
|/ | |||||
* | Merge pull request #6573 from nextcloud/nonfound-webroot-empty-string | Roeland Jago Douma | 2017-09-20 | 2 | -4/+4 |
|\ | |||||
| * | Fix "webroot not found" when installed to the root of the webserver | Robin Appelman | 2017-09-20 | 2 | -4/+4 |
* | | Merge pull request #6571 from nextcloud/cachefactory-local-locking | Morris Jobke | 2017-09-20 | 1 | -1/+29 |
|\ \ | |||||
| * | | expose local and locking memcaches trough public interfaces | Robin Appelman | 2017-09-20 | 1 | -1/+29 |
| |/ | |||||
* | | Merge pull request #5562 from nextcloud/link-password-style | Joas Schilling | 2017-09-20 | 2 | -7/+17 |
|\ \ | |||||
| * | | Fix browser width compatibility | John Molakvoæ (skjnldsv) | 2017-09-19 | 1 | -3/+10 |
| * | | Move link share password box and button together | Jan-Christoph Borchardt | 2017-09-17 | 1 | -3/+6 |
| * | | Add box around link share password box, fix #5560 | Jan-Christoph Borchardt | 2017-09-17 | 1 | -1/+1 |
* | | | Merge pull request #6574 from nextcloud/external-storage-root-undefined-offset | Morris Jobke | 2017-09-20 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix undefined offset warning when using '/' as external storage root | Robin Appelman | 2017-09-19 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #6577 from nextcloud/3rdparty_swiftmailer | Morris Jobke | 2017-09-20 | 1 | -0/+0 |
|\ \ \ | |||||
| * | | | Bump third-party ref | Lukas Reschke | 2017-09-20 | 1 | -0/+0 |
|/ / / | |||||
* | | | Merge pull request #6566 from nextcloud/fix-tfbc-structure | Joas Schilling | 2017-09-20 | 2 | -1/+57 |
|\ \ \ | |||||
| * | | | Fix database structure of twofactor backupcodes app to match 12 | Joas Schilling | 2017-09-19 | 2 | -1/+57 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-20 | 80 | -2/+244 |
* | | | | Merge pull request #6564 from nextcloud/fix-missing-unsigned | Roeland Jago Douma | 2017-09-19 | 6 | -18/+131 |
|\ \ \ \ | |||||
| * | | | | Fix autoloading | Joas Schilling | 2017-09-19 | 2 | -0/+2 |
| * | | | | Fix missing "unsigned" on integer columns | Joas Schilling | 2017-09-19 | 4 | -18/+129 |
* | | | | | Merge pull request #6565 from nextcloud/appinfo_localcache | Roeland Jago Douma | 2017-09-19 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Read appinfo from a local cache | Roeland Jago Douma | 2017-09-19 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #6562 from nextcloud/fix-unsigned-typo | Morris Jobke | 2017-09-19 | 3 | -5/+41 |
|\ \ \ \ | |||||
| * | | | | Increase version | Joas Schilling | 2017-09-19 | 1 | -1/+1 |
| * | | | | Fix unsigned state | Joas Schilling | 2017-09-19 | 1 | -0/+36 |
| * | | | | Fix migration naming | Joas Schilling | 2017-09-19 | 1 | -4/+4 |
| |/ / / | |||||
* | | | | Merge pull request #6569 from nextcloud/fix-comments-activity-error | Lukas Reschke | 2017-09-19 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Use the wrapper to get the parameters which was added in #6369 | Joas Schilling | 2017-09-19 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #6264 from nextcloud/dav-migrations | Roeland Jago Douma | 2017-09-19 | 3 | -802/+481 |
|\ \ \ | |||||
| * | | | Move DAV app to migrations | Roeland Jago Douma | 2017-09-18 | 3 | -802/+481 |
* | | | | [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 |