Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 2 | -91/+63 | |
| |/ / / | ||||||
* | | | | Merge pull request #8391 from coder-hugo/feature/mysql_ansi_quotes | Morris Jobke | 2018-02-16 | 1 | -2/+3 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Don't use double quotes in MySQL queries | Robin Müller | 2018-02-16 | 1 | -2/+3 | |
* | | | | Merge pull request #8095 from nextcloud/webapps-capabilities | Morris Jobke | 2018-02-15 | 6 | -39/+60 | |
|\ \ \ \ | ||||||
| * | | | | Update phpDoc comments and add more type hinting | Julius Härtl | 2018-02-15 | 2 | -7/+8 | |
| * | | | | Deprecate static methods and use Navigation manager | Julius Härtl | 2018-02-12 | 2 | -2/+4 | |
| * | | | | Update autoloader | Roeland Jago Douma | 2018-02-12 | 2 | -0/+2 | |
| * | | | | Add getAll to public INavigationManager | Julius Härtl | 2018-02-12 | 2 | -1/+10 | |
| * | | | | Move navigation processing to the NavigationManager | Julius Härtl | 2018-02-12 | 2 | -33/+40 | |
* | | | | | Add throws annotation | Julius Härtl | 2018-02-15 | 1 | -0/+1 | |
* | | | | | Properly encapsulate require_once for app.php | Julius Härtl | 2018-02-15 | 1 | -11/+12 | |
| |/ / / |/| | | | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 8 | -8/+170 | |
* | | | | Merge pull request #8259 from nextcloud/guzzle6 | Morris Jobke | 2018-02-14 | 4 | -27/+53 | |
|\ \ \ \ | ||||||
| * | | | | adjust post body for new guzzle | Robin Appelman | 2018-02-09 | 1 | -0/+4 | |
| * | | | | Adjust dav client to new guzzle | Robin Appelman | 2018-02-09 | 1 | -2/+2 | |
| * | | | | adjust httpclient to guzzle6 | Robin Appelman | 2018-02-09 | 3 | -25/+47 | |
* | | | | | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 13 | -26/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove unused import statements | Morris Jobke | 2018-02-14 | 13 | -26/+0 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #8328 from nextcloud/bugfix/noid/filter-out-the-current-us... | Joas Schilling | 2018-02-14 | 1 | -2/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Filter out the current user when searching for emails too | Joas Schilling | 2018-02-13 | 1 | -2/+9 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #8337 from nextcloud/use-non-alias-method | Joas Schilling | 2018-02-14 | 4 | -6/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use non aliased method instead | Morris Jobke | 2018-02-13 | 4 | -6/+6 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #8338 from nextcloud/simplify-return-statement | Joas Schilling | 2018-02-14 | 1 | -3/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Simplify return statement | Morris Jobke | 2018-02-13 | 1 | -3/+1 | |
| |/ / / / | ||||||
* / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 2 | -2/+30 | |
|/ / / / | ||||||
* | / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-12 | 8 | -8/+92 | |
| |/ / |/| | | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-09 | 72 | -0/+4856 | |
* | | | Try to silence phan | Roeland Jago Douma | 2018-02-08 | 1 | -0/+3 | |
* | | | don't swallow exception from touch | Robin Appelman | 2018-02-08 | 2 | -2/+10 | |
* | | | better error message on catalog error | Robin Appelman | 2018-02-08 | 2 | -1/+6 | |
|/ / | ||||||
* | | Merge pull request #8033 from nextcloud/s3-uploader | Morris Jobke | 2018-02-08 | 1 | -43/+2 | |
|\ \ | ||||||
| * | | Use S3Client::upload instead of splitting single/multipart upload ourselves | Robin Appelman | 2018-01-24 | 1 | -43/+2 | |
* | | | Merge pull request #8218 from nextcloud/display_proper_lang_string | Morris Jobke | 2018-02-08 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Display the proper language strings in setttings | Roeland Jago Douma | 2018-02-07 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixing | Morris Jobke | 2018-02-08 | 1 | -2/+9 | |
|\ \ \ | ||||||
| * | | | CacheJail should apply limit and offset after searching | Roeland Jago Douma | 2018-02-07 | 1 | -2/+9 | |
* | | | | Merge pull request #8233 from nextcloud/swift-return-stream | Roeland Jago Douma | 2018-02-08 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | actually return stream from swift | Robin Appelman | 2018-02-07 | 1 | -1/+1 | |
| |/ / / | ||||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-08 | 2 | -2/+4 | |
|/ / / | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-07 | 22 | -22/+24 | |
* | | | Merge pull request #8217 from nextcloud/fix_8180 | Morris Jobke | 2018-02-07 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | Use proper lanugage in langauge code | Roeland Jago Douma | 2018-02-07 | 1 | -1/+3 | |
| |/ / | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-07 | 2 | -2/+30 | |
* | | | Merge pull request #8182 from robert-scheck/pki-validation | Morris Jobke | 2018-02-06 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Handle SSL certificate verifications for others than Let's Encrypt | Robert Scheck | 2018-02-05 | 1 | -1/+1 | |
* | | | Merge pull request #8173 from michaelletzgus/fix_for_each | Morris Jobke | 2018-02-06 | 1 | -3/+5 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | using isset() | michaelletzgus | 2018-02-05 | 1 | -1/+1 | |
| * | | Fix undefined index problem | michaelletzgus | 2018-02-04 | 1 | -3/+5 | |
* | | | Merge pull request #8144 from nextcloud/cache-update-occ | Morris Jobke | 2018-02-05 | 7 | -9/+111 | |
|\ \ \ | ||||||
| * | | | Move depsCache clearing to SCSSCacher/JSCombiner | Julius Härtl | 2018-02-03 | 3 | -15/+3 |