summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 'master'HEADmasterLeesoo Ahn2021-10-151-0/+1
|\ | | | | | | | | | | | | Fix CVE-2021-39358 by forcing TLS certificate validation Closes #17 See merge request GNOME/libgfbgraph!5
| * Fix CVE-2021-39358 by forcing TLS certificate validationDouglas R. Reno2021-10-141-0/+1
|/ | | | | | | | | | This is similar to the fix performed in other packages. See https://gitlab.gnome.org/Teams/Releng/security/-/issues/57 for more details. Tested on Linux From Scratch 11.0 and on Debian 11. Fixes #17
* Update issue tracker URL from Bugzilla to GitlabAndre Klapper2021-03-141-1/+1
|
* user: use GTask instead of deprecated APIs on getting albumsmnth/devLeesoo Ahn2020-07-191-50/+81
| | | | Replace all the deprecated APIs with GTask for those async jobs.
* user: use GTask instead of deprecated APIs on getting meLeesoo Ahn2020-07-191-53/+25
| | | | | me is such a convenience way to get users' information. However, replace all the deprecated APIs with GTask for the job.
* common: graph api version up to 7.0Leesoo Ahn2020-06-071-1/+1
|
* Clean up codebaseLeesoo Ahn2020-06-0721-1885/+2087
| | | | | - change indent to 2 spaces - refactor
* build: Post-release version bump to 0.3.xLeesoo Ahn2020-05-091-2/+2
| | | | We change the API version for experiments.
* build: Release version 0.2.4v_0_2_4Leesoo Ahn2020-05-091-0/+13
|
* album: fix memory leakLeesoo Ahn2020-05-091-0/+11
| | | | | | | The private elements set by g_strdup() must be freed when the instances of the class finalize. https://gitlab.gnome.org/GNOME/libgfbgraph/issues/3
* simple-authorizer: NULL parameter check for a public apiLeesoo Ahn2019-10-261-0/+2
|
* simple-authorizer: Clear GMutex on the instance finalizationLeesoo Ahn2019-10-261-0/+1
| | | | GMutex should be cleared when it is no longer needed.
* simple-authorizer: Fix memory leakLeesoo Ahn2019-10-261-0/+6
| | | | | | Private property must be freed after it is done. https://gitlab.gnome.org/GNOME/libgfbgraph/issues/3
* tests/gtestutils: Fix memory leaksLeesoo Ahn2019-10-201-24/+20
| | | | | | | Fix memoy leaks and use g_auto* convenient macros instead of manually freeing resources. https://gitlab.gnome.org/GNOME/libgfbgraph/issues/4
* 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.