- Oct 14, 2018
-
-
Zeeshan Ali authored
-
Zeeshan Ali authored
-
Zeeshan Ali authored
-
Zeeshan Ali authored
-
Zeeshan Ali authored
-
- Oct 13, 2018
-
-
Zeeshan Ali authored
-
Zeeshan Ali authored
I'm not sure why we were building these from sources.
-
Zeeshan Ali authored
CI already does this for us. Before this change, we were always building the master branch and that meant merge requests weren't getting tested.
-
Zeeshan Ali authored
Fixes #87.
-
Zeeshan Ali authored
-
Zeeshan Ali authored
This should give sufficient amount of time for agents to register themselves before any dbus calls can timeoout (30s by default). Fixes #84.
-
Zeeshan Ali authored
instead of 5 seconds. 5s is very short amount of time when system is very loaded and during startup of a desktop session. There is not harm in waiting 60s anyway. Also, the default value should be longer than the agent registeration timeout, which is currently 100ms but will be increased to 20s in a following patch.
-
Zeeshan Ali authored
Fixes #46.
-
worldofpeace authored
-
Zeeshan Ali authored
If no agent is white-listed in the configuration, there is no point in requiring an agent. Fixes #74.
-
Zeeshan Ali authored
-
Zeeshan Ali authored
-
- Aug 14, 2018
-
-
Zeeshan Ali authored
-
- Jul 27, 2018
-
-
Bastien Nocera authored
Fixes #73.
-
- Jul 25, 2018
-
-
Zeeshan Ali authored
-
Zeeshan Ali authored
-
- Jun 29, 2018
-
-
Valentin Blot authored
The agent watches on d-bus and registers whenever it sees geoclue getting alive. #68
-
Valentin Blot authored
The GAsyncInitable interface that was implemented by the agent was not useful. This commit removes this interface implementation to simplify the code and allow the use of user_data for other things.
-
- Jun 09, 2018
-
-
Zeeshan Ali authored
This fixes a long standing crash resulting from client simply passing an invalid accuracy level. Fixes #58.
-
- May 17, 2018
-
-
GitLab provides a CI service which allows to test all commit and merge requests automatically on arbitraty Docker images. The initial setup includes building prerequisites which can't be provided with 'apt-get build-dep' and running './autogen.sh && configure && make && make check && make install'.
-
Karl-Philipp Richter authored
Add hint about probable trouble on Ubuntu 14.04 because of glib > 2.44.0 requirement to new README section 'Troubleshooting and known limitations'.
-
Zeeshan Ali authored
We need that for using g_autofree() that we just started using.
-
Zeeshan Ali Khan authored
Generate .vapi file for Vala support See merge request geoclue/geoclue!2
-
- May 16, 2018
-
-
Corentin Noël authored
-
- May 06, 2018
-
-
Zeeshan Ali authored
-
- May 03, 2018
-
-
Zeeshan Ali authored
-
Zeeshan Ali authored
It should be based on the filename.
-
Zeeshan Ali authored
-
Bastien Nocera authored
Use systemd's service file to lockdown the geoclue daemon to stop eventual security problems. https://bugs.freedesktop.org/show_bug.cgi?id=106190
-
Bastien Nocera authored
CACHE_DIR isn't used anywhere. https://bugs.freedesktop.org/show_bug.cgi?id=106190
-
Bastien Nocera authored
This reverts commit a5afe7a0, commit c8dc5bc0 and commit defe4a3e. The new method of detecting whether an application is a Flatpak is only available to 1) the user running the Flatpak 2) root. As we advise that geoclue is run as a normal non-privileged user, revert those commits while we wait for a solution to be available. See https://github.com/flatpak/flatpak/issues/1644 https://bugs.freedesktop.org/show_bug.cgi?id=97776
-
Bastien Nocera authored
Make sure to not dereference a NULL StartData when geoclue gets started. https://bugs.freedesktop.org/show_bug.cgi?id=106236
-
- May 02, 2018
-
-
Zeeshan Ali authored
Now we require all applications to provide a desktop ID.
-
Zeeshan Ali authored
-
Zeeshan Ali authored
Lines shouldn't exceed 80 chars.
-