summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2018-09-11build: Remove autotoolsIñigo Martínez3-77/+0
To avoid the burden of maintaining multiple build systems, this patch removes autotools support. GitLab CI configuration has also been updated to use meson.
2018-09-11build: Port to meson build systemIñigo Martínez2-0/+58
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools.
2018-09-06Fix unused doc declarationsRobert Ancell1-0/+5
2017-12-20Require glib 2.44 for g_autoRobert Ancell1-2/+2
2017-11-30Fix documentationRobert Ancell2-0/+14
2015-03-16accountsservice: Add SetPasswordHint functionJuan A. Suarez Romero1-1/+2
So far the only way of setting the password hint is by setting also the password. But there are several cases where setting the password isn't done through AccountsService, but still we want to set the password hint. For instance GDM setups the pasword for new used directly from PAM. Thus, let's add a new function to set the hint without changing the password. https://bugs.freedesktop.org/show_bug.cgi?id=89588
2013-07-17Provide a sample extension interfaceRyan Lortie2-0/+62
...and a polkit action file to go with. https://bugs.freedesktop.org/show_bug.cgi?id=63733
2013-05-11Fix the doc buildMatthias Clasen1-2/+7
2013-05-11Fix up all documentation warnings and complete documentationStef Walter5-0/+121
https://bugs.freedesktop.org/show_bug.cgi?id=63880
2012-11-18Generate docs for libaccountssserviceMatthias Clasen3-1/+47
2011-09-04Fix some mismatches in the stylesheetMatthias Clasen1-15/+13
The stylesheet was producing invalid docbook in some places.
2010-01-29Add doc build infrastructureMatthias Clasen7-0/+783