summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* core: Clarify handling of empty strings in some core APIsPhilip Withnall2017-01-087-47/+85
|
* Updated Serbian translationМарко М. Костић2016-11-182-93/+107
|
* Updated Slovenian translationMatej Urbančič2016-11-161-54/+93
|
* build: Pass goa-1.0 dependency to VAPI build rulePhilip Chimento2016-11-091-0/+3
| | | | | | | This would otherwise fail due to not being able to find the symbols for Goa. https://bugzilla.gnome.org/show_bug.cgi?id=774179
* Update Latvian translationRūdolfs Mazurs2016-11-091-45/+64
|
* Update Spanish translationDaniel Mustieles2016-11-071-46/+67
|
* documents: add file-size propertyDavid Newgas2016-11-064-0/+56
| | | | | | | | This property applies to all non-doc/sheet/slide/form documents. It is similar but distinct from the quota-used property, which is not set if the file's size isn't counting against the current user's quota. https://bugzilla.gnome.org/show_bug.cgi?id=773057
* Update Hungarian translationGábor Kelemen2016-10-191-46/+66
|
* Update Friulian translationFabio Tomat2016-10-171-26/+26
|
* Updated Norwegian bokmål translation from Kjartan Maraas.Kjartan Maraas2016-10-161-47/+52
|
* Updated Czech translationMarek Černocký2016-10-161-45/+46
|
* Updated Lithuanian translationAurimas Černius2016-10-151-46/+66
|
* Update Italian translationGianvito Cavasoli2016-10-141-49/+65
|
* Update Portuguese translationTiago Santos2016-10-131-56/+69
|
* Update Finnish translationJiri Grönroos2016-10-131-147/+234
|
* Update German translationMario Blättermann2016-10-131-47/+53
|
* Update Slovak translationDušan Kazik2016-10-121-45/+52
|
* Update Friulian translationFabio Tomat2016-10-121-47/+54
|
* Update Brazilian Portuguese translationRafael Fontenelle2016-10-121-51/+73
|
* Update Swedish translationAnders Jonsson2016-10-111-44/+50
|
* Update Polish translationPiotr Drąg2016-10-111-42/+42
|
* Use Unicode in translatable stringsPiotr Drąg2016-10-115-19/+19
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772756
* tests: GDATA_LINK_PARENT links don't have a title in Drive v2Debarshi Ray2016-09-261-2/+2
| | | | | | ... so there is nothing to compare with. https://bugzilla.gnome.org/show_bug.cgi?id=684920
* tests: Make folder creation work with Drive v2Debarshi Ray2016-09-261-6/+14
| | | | | | See a9c8516b4380a213cd92d83a11f9793414588319 for the rationale. https://bugzilla.gnome.org/show_bug.cgi?id=684920
* documents: Set the content type for GDataDocumentsDocument sub-classesDebarshi Ray2016-09-235-0/+79
| | | | | | | | | | | | | | | | In Drive v2, every GDataDocumentsDocument sub-class is tied to a specific content type. Except PDFs, these are the Drive-specific application/vnd.google-apps.* types. This is unlike the older Documents v3 API, where you could create a GDataDocumentsDocument to represent a random ODF on the hard disk, and the server would interpret it as a GDataDocumentsText instance. Therefore, we should ensure that instances of these sub-classes have the corresponding content type attached to them. Otherwise, they will be identified as application/octet-stream and exportLinks will be missing. https://bugzilla.gnome.org/show_bug.cgi?id=684920
* documents: Retain the content type when adding an entry to a folderDebarshi Ray2016-09-211-1/+4
| | | | | | | Otherwise, it will be identified as application/octet-stream and exportLinks will be missing. https://bugzilla.gnome.org/show_bug.cgi?id=684920
* documents: Split out the code to add a content type to an entryDebarshi Ray2016-09-214-17/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684920
* documents: Drop unnecessary instance variableDebarshi Ray2016-09-211-5/+6
| | | | | | | | ... because a local method-level variable is enough. Fall out from d93279623e34c7b275ae3f989b54c6f3a30d5658 https://bugzilla.gnome.org/show_bug.cgi?id=684920
* docs: Expand privacy discussion in the libgdata documentationPhilip Withnall2016-09-201-0/+11
| | | | | Mention HTTP versus HTTPS, and the need to encrypt files on disk if you are handling the user’s data (which you are with Google Drive).
* core: Assert that all downloads, uploads and queries are HTTPSPhilip Withnall2016-09-205-15/+38
| | | | | All callers should be using HTTPS already — for peace of mind, let’s assert that’s the case.
* gdata: Fix license header for OAuth2 authorizer filesPhilip Withnall2016-09-202-16/+16
| | | | | | | | | They were mistakenly using a GPLv3+ header, whereas libgdata is licensed as LGPLv2.1+. The intention was not to provide the OAuth2 authorizer under a different license; the header was incorrect. As I am the only author of those files, this change should be uncontroversial.
* build: Switch to xz tarballsPhilip Withnall2016-09-201-1/+1
|
* build: Increment version to 0.17.7Philip Withnall2016-09-201-1/+1
|
* Release version 0.17.6LIBGDATA_0_17_60.17.6Philip Withnall2016-09-202-1/+21
|
* Update British English translationDavid King2016-09-181-130/+177
|
* Updated Polish translationPiotr Drąg2016-09-091-4/+4
|
* Updated Thai translationAkom Chotiphantawanon2016-08-261-9/+14
|
* tests: Add one more test for GDataBufferOndrej Holy2016-08-231-0/+37
| | | | | | This test reproduces bug 769727. https://bugzilla.gnome.org/show_bug.cgi?id=769727
* core: Fix crashes on zero-length filesOndrej Holy2016-08-231-4/+4
| | | | | | | reached_eof is set too early and thus it may not be propagated properly in some cases, which may cause abortion when reading zero-length files. https://bugzilla.gnome.org/show_bug.cgi?id=769727
* Updated Polish translationPiotr Drąg2016-08-221-38/+34
|
* tests: Add some basic tests for GDataBufferPhilip Withnall2016-08-142-0/+129
|
* Updated Hebrew translationYosef Or Boczko2016-08-091-124/+170
|
* tests: Use correct invalid TLD rather than localhostPhilip Withnall2016-08-031-2/+2
| | | | | | | | | | | | | RFC 6761 specifies an entire top-level domain which is guaranteed to never resolve with a DNS query: invalid. Use that instead of localhost, to eliminate the chance that the domain name we thought should never resolve, actually resolves. https://tools.ietf.org/html/rfc6761#section-6.4 This might fix bug #768282. https://bugzilla.gnome.org/show_bug.cgi?id=768282
* Add Language headers to po filesPiotr Drąg2016-07-2410-9/+10
| | | | Future versions of gettext will fail if this header is missing.
* tests: Drop performance target from 1ms to 2ms per parse operationPhilip Withnall2016-07-121-1/+1
| | | | | | | | The Alpha architecture only manages just above 1ms per parse operation. 2ms isn’t such a bad figure, so let’s use that rather than doing any optimisation, which would be too much like hard work. https://bugzilla.gnome.org/show_bug.cgi?id=768363
* build: Use AX_GENERATE_CHANGELOG to generate the changelogPhilip Withnall2016-07-123-18/+5
| | | | | | This should fix building the ChangeLog when srcdir ≠ builddir. https://bugzilla.gnome.org/show_bug.cgi?id=768278
* build: Increment version to 0.17.6Philip Withnall2016-06-291-1/+1
|
* Release version 0.17.5LIBGDATA_0_17_5Philip Withnall2016-06-292-1/+46
|
* goa-authorizer: Mention support for OAuth 2.0Debarshi Ray2016-06-171-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=767785
* picasaweb: Clarify how to handle authentication failures during uploadDebarshi Ray2016-06-171-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=767784