summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* meson prototypewip/mnth/port-to-mesonLeesoo Ahn2019-10-133-0/+105
| | | | it needs a test.
* user: Clean up codeLeesoo Ahn2019-10-131-20/+12
|
* Merge branch 'fix-mem-leaks' into 'master'Leesoo Ahn2019-10-131-0/+6
|\ | | | | | | | | user: Fix memory leak See merge request GNOME/libgfbgraph!4
| * user: Fix memory leakLeesoo Ahn2019-10-131-0/+6
|/ | | | | | | | RestProxyCall instance and private properties must be freed after it is done. https://developer.gnome.org/rest/unstable/RestProxy.html#rest-proxy-new-call https://gitlab.gnome.org/GNOME/libgfbgraph/issues/3
* photo: Remove using g_print for debuggingLeesoo Ahn2019-06-281-2/+0
| | | | | | | g_print should be against to print debugging messages from within libraries as its comment says. https://developer.gnome.org/glib/stable/glib-Warnings-and-Assertions.html#g-print
* tests/gtestutils: Disable album testLeesoo Ahn2019-05-211-1/+3
| | | | | | | Creating a new album by edges is deprecated[1]. We can revert this commit later if we want to enable it again. [1]: https://developers.facebook.com/docs/graph-api/reference/v3.3/album#publish
* tests/gtestutils: Replace unused attribute with G_GNUC_UNUSED macroLeesoo Ahn2019-05-211-3/+3
| | | | | The macro will do nothing if a compiler doesn't support the GNU compiler extension instead of raising an error.
* Add a new maintainerLeesoo Ahn2019-05-171-0/+8
|
* Replace Bugzilla by Gitlab URL in DOAP fileAndre Klapper2018-12-161-1/+1
|
* Comment invalid <category> in DOAP file to pass git pre-receive hookAndre Klapper2018-12-161-1/+1
|
* tests/autoptr: Add g_autoptr testYi-Soo An2018-10-312-1/+79
| | | | https://gitlab.gnome.org/GNOME/libgfbgraph/merge_requests/1
* user: Support g_autoptrYi-Soo An2018-10-311-0/+2
| | | | | | | The presence of a priv pointer prevents the use of G_DECLARE_DERIVABLE_TYPE. https://gitlab.gnome.org/GNOME/libgfbgraph/merge_requests/1
* photo: Support g_autoptrYi-Soo An2018-10-311-0/+2
| | | | | | | The presence of a priv pointer prevents the use of G_DECLARE_DERIVABLE_TYPE. https://gitlab.gnome.org/GNOME/libgfbgraph/merge_requests/1
* node: Support g_autoptrYi-Soo An2018-10-311-0/+2
| | | | | | | The presence of a priv pointer prevents the use of G_DECLARE_DERIVABLE_TYPE. https://gitlab.gnome.org/GNOME/libgfbgraph/merge_requests/1
* album: Support g_autoptrYi-Soo An2018-10-311-0/+2
| | | | | | | The presence of a priv pointer prevents the use of G_DECLARE_DERIVABLE_TYPE. https://gitlab.gnome.org/GNOME/libgfbgraph/merge_requests/1
* config: updated dir-locals.el for emacs flycheckÁlvaro Peña2017-10-251-0/+1
|
* Graph: Updated to Graph API v.2.10Álvaro Peña2017-10-243-10/+7
| | | | | | | | | | Updated endpoint URL to the new Graph version. It was required to use the "fields" param (see https://developers.facebook.com/docs/graph-api/using-graph-api#reading) to retrieve the email of an user and added the permission "email" too. https://bugzilla.gnome.org/show_bug.cgi?id=772243
* node: Plug some leaksKrzesimir Nowak2016-10-041-9/+10
|
* docs: Add missing function to sections fileKrzesimir Nowak2016-09-301-0/+1
|
* m4: Removed unnecessary m4 filesÁlvaro Peña2016-01-095-9053/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=760108
* config: Updated M4 filesÁlvaro Peña2015-12-293-1131/+1570
|
* GTest: Improved album assertionsÁlvaro Peña2015-12-291-4/+10
|
* GTest: Fixed album testÁlvaro Peña2015-12-291-1/+1
| | | | Added required permissions for publication
* trivial: added helper file for emacsÁlvaro Peña2015-12-291-0/+12
|
* Merge branch 'master' of github.com:alvaropg/gfbgraphÁlvaro Peña2015-12-280-0/+0
|\
| * Update READMEÁlvaro Peña2013-12-121-1/+5
| |
* | build: Post-release version bumpÁlvaro Peña2015-07-151-1/+1
| |
* | build: Release version 0.2.3v_0_2_3Álvaro Peña2015-07-152-1/+19
| |
* | Graph: Updated to Graph API v.2.3Álvaro Peña2015-07-142-5/+21
| | | | | | | | | | | | Just updated the endpoint and some tests https://bugzilla.gnome.org/show_bug.cgi?id=752380
* | GTest: A test for the creation of an AlbumÁlvaro Peña2014-04-151-0/+29
| |
* | Node: Completed the "append_connection" to a nodeÁlvaro Peña2014-04-151-2/+30
| | | | | | | | A common implementation to append nodes to others using the edget of the first node to the second, thanks to the CONNECTABLE interface.
* | Node: A useful function to set the ID of a node.Álvaro Peña2014-04-152-0/+21
| |
* | Album: Just two set property functions (for name and description)Álvaro Peña2014-04-152-0/+39
| |
* | GTest: Improved "Me" test with the test user emailÁlvaro Peña2014-04-141-2/+11
| |
* | GTest: Improved "Me" test asserting the user ID.Álvaro Peña2014-04-141-0/+2
| |
* | User: Added "email" propertyÁlvaro Peña2014-04-142-4/+44
| |
* | Cleaned up the testsÁlvaro Peña2014-04-106-250/+201
| | | | | | | | | | | | Now just a GTest based test, which creates a new test user to run all the tests with this fake user and avoid to break something with a real user.
* | doc: Allow parallel installationÁlvaro Peña2013-12-244-2/+5
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=720681
* | doc: Documentation updated to look gorgeous.Álvaro Peña2013-12-174-12/+59
| |
* | build: Post-release version bumpÁlvaro Peña2013-12-131-1/+1
| |
* | build: Release version 0.2.2V_0_2_2Álvaro Peña2013-12-131-0/+8
| |
* | doc: Fixed the build order to compile first the library, then the documentationÁlvaro Peña2013-12-101-1/+1
| |
* | docs: Edited the main page of the documentationÁlvaro Peña2013-12-101-1/+1
| |
* | doc: Just the skeleton to build the documentationÁlvaro Peña2013-12-103-0/+228
| |
* | doc: Just the skeleton to build the documentationÁlvaro Peña2013-12-045-1/+126
| |
* | node: added the updated time property for a nodeÁlvaro Peña2013-12-032-4/+43
| |
* | introspection: Fixed some warningsÁlvaro Peña2013-12-033-6/+6
| |
* | data: Updated the bugzilla URLÁlvaro Peña2013-12-031-1/+1
| |
* | build: Post-release version bumpÁlvaro Peña2013-10-241-1/+1
| |
* | build: Release version 0.2.1V_0_2_1Álvaro Peña2013-10-241-0/+15
| |