Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-01 | menu: Relax main category requirements | Peter TB Brett | 1 | -5/+3 | |
The list of Main Categories does not provide a complete ontology for application categorisation. A very large number of applications (e.g. specialist scientific and engineering applications) have therefore been unable to list one of the existing Main Categories in their .desktop files, leading to nonconformance with this specification. This patch relaxes the requirement to list at least one Main Category in conformant .desktop files. This permits conformant .desktop files to be written for applications that do not fit into the existing Main Category ontology. See also: http://thread.gmane.org/gmane.comp.freedesktop.xdg/12770 | |||||
2011-11-10 | wm-spec: fix typo _NET_WM_SUPPORTED_LIST → _NET_SUPPORTED | Rui Matos | 1 | -2/+2 | |
2011-11-10 | Add _NET_WM_STATE_FOCUSED | Owen W. Taylor | 1 | -2/+25 | |
Patch from Rui Tiago Cação Matos to add a a new _NET_WM_STATE atom that accurately tracks when the window manager shows the window decorations as active or inactive. This allows for better handling of cases where modal dialogs might be shown as a unit with a parent window, or where grabs cause a disjunction between X input focus and the focus displayed to the user. | |||||
2011-11-09 | Add a Makefile for wm-spec | Owen W. Taylor | 1 | -0/+7 | |
2011-11-09 | Add WM spec to the repository | Owen W. Taylor | 1 | -0/+2709 | |
Merge in wm-spec repository converted from CVS. | |||||
2011-11-08 | menu: Move Adult category a bit earlier in the table | Vincent Untz | 1 | -5/+5 | |
2011-11-08 | menu: add Adult category to registry | Mikkel Kamstrup Erlandsen | 1 | -0/+5 | |
2011-08-30 | Wording fixes | Paul Vojta | 1 | -12/+12 | |
* Discussed on mailing list | |||||
2011-08-11 | Fix my email address. | Stef Walter | 1 | -1/+1 | |
2011-08-11 | Fix the last few places that used the old name. | Stef Walter | 1 | -4/+4 | |
s/Secrets Service/Secret Service/g See: http://lists.freedesktop.org/archives/authentication/2009-August/000092.html | |||||
2011-07-28 | Collection Locked property should be Boolean instead of STRING | Valentin Rusu | 1 | -1/+1 | |
2011-04-27 | Update version number. | Stef Walter | 1 | -1/+1 | |
2011-04-27 | Upload to specs.freedesktop.org | Stef Walter | 1 | -0/+3 | |
2011-04-08 | basedir: clarify that all variables need to be set to absolute paths | Lennart Poettering | 1 | -0/+5 | |
As discussed on XDG. | |||||
2011-03-31 | menu: Add Unity to list of registered environments | Vincent Untz | 1 | -1/+3 | |
See http://lists.freedesktop.org/archives/xdg/2011-March/011856.html | |||||
2011-03-16 | Property names in CreateItem and CreateCollection have interface. | Stef Walter | 1 | -10/+10 | |
Specify properties to CreateItem and CreateCollection with a full interface name like so: org.freedesktop.Secret.Item.Label This allows future extensions to use different interfaces. | |||||
2011-03-09 | Merge branch 'with-hkdf' | Stef Walter | 1 | -3/+58 | |
2011-03-01 | Allow specifying an alias in the CreateCollection() method. | Stef Walter | 2 | -0/+39 | |
This creates the collection with the given alias, or returns an already existing collection in a race free manner. | |||||
2011-02-28 | Add a content type to the secret struct. | Stef Walter | 1 | -6/+9 | |
This is used to specify the type of the secret. For example: * text/plain; charset=utf8 * application/octet-stream * etc... | |||||
2011-02-27 | Fix some warnings during the build. | Stef Walter | 2 | -4/+3 | |
2011-02-27 | Add a 'make clean' target. | Stef Walter | 1 | -0/+4 | |
2011-02-27 | Specify the dh-ietf1024-sha256-aes128-cbc-pkcs7 algorithm suite. | Stef Walter | 1 | -3/+54 | |
This uses HKDF-SHA256 to digest the DH key into something usable by AES. The previous algorithm suite that this replaces just truncated the DH key which is cryptographically broken. | |||||
2011-01-12 | help-system: Add spec | Shaun McCance | 1 | -0/+195 | |
2010-12-04 | Remove aliases by passing '/' as collection argument to SetAlias. | Michael Leupold | 1 | -1/+3 | |
2010-12-04 | Have a try at a better explanation of the terms Property and Attribute in ↵ | Michael Leupold | 1 | -1/+44 | |
the context of CreateCollection and CreateItem. | |||||
2010-12-04 | Merge branch 'secret-service' | Stef Walter | 10 | -0/+2639 | |
2010-12-04 | Fix typo securily -> securely. | Michael Leupold | 1 | -1/+1 | |
2010-12-04 | Allow docbook inside tp:docstring. This is useful for examples, eg.: | Michael Leupold | 1 | -3/+6 | |
<tp:docstring xmlns:docbook="http://docbook.org/ns/docbook"> <para> This is the method TestMethod. <example> <title>Example for TestMethod</title> <programlisting> <![CDATA[ int x = TestMethod(a, b, c); ]]> </programlisting> </example> </para> </tp:docstring> | |||||
2010-12-04 | Support for collection aliases. | Stef Walter | 2 | -13/+24 | |
The collection aliases are present under: /org/freedesktop/secrets/aliases/xxxx So the default and network collections would be usable via the object path, in addition to their normal object paths: /org/freedesktop/secrets/aliases/default /org/freedesktop/secrets/aliases/network To manage the aliases, two new methods are added to the Service interface: ReadAlias() and SetAlias(). BTW, These are not properties on Collection because a collection can be have multiple aliases pointing to it. | |||||
2010-12-04 | Error code changes. | Stef Walter | 2 | -18/+6 | |
* Remove AlreadyExists. No longer needed. * Remove NotSupported in favor of the one defined in DBus itself: org.freedesktop.DBus.Error.NotSupported * There's no real NoSuchObject error code defined in DBus itself, so defined our own. | |||||
2010-12-04 | Properly added parameters for xhtml generation. | Michael Leupold | 2 | -3/+5 | |
2010-12-04 | Move dismissed argument in Prompt.Completed signal. | Stef Walter | 1 | -4/+3 | |
Move dismissed argument first, so it's easier to parse the result variant (or ignore it). | |||||
2010-12-04 | Use the OpenSession function for algorithm Negotiation. | Stef Walter | 2 | -46/+45 | |
This has several benefits: * Removes gray area of whether a single session could renegotiate a different key exchange. * Removes strange state that a session is in before negotiation of an algorithm. * Less API. * OpenSession() could be called multiple times for algorithms that require more than one back and forth negotiation. We have none of these presently. | |||||
2010-12-04 | Rename API to 'Secret Service API' | Stef Walter | 3 | -69/+59 | |
This was discussed on the mailing list a while back. Interfaces: org.freedesktop.Secret.Xxxx Service: org.freedesktop.Secrets Object Paths: /org/freedesktop/secrets/xxxx | |||||
2010-12-04 | Fix whitespace issue | Stef Walter | 1 | -1/+1 | |
2010-12-04 | Move the GetSecret, SetSecret and GetSecrets methods. | Stef Walter | 2 | -51/+54 | |
Move to more relevant interfaces, and add secret parameter to CreateItem. | |||||
2010-12-04 | Implement concept of prompt objects. | Stef Walter | 2 | -153/+246 | |
* Items that could require prompting, return an optional prompt object. * Prompt objects must then be acted upon. * Prompts can be dismissed. * Operation completes with the prompt, and signal is emitted. * When no prompt is needed, returns '/' | |||||
2010-12-04 | Tag functions referenced in text with <function> tag. | Stef Walter | 1 | -7/+7 | |
2010-12-04 | Changes to allow multiple sessions per application, discussed on mailing list. | Stef Walter | 2 | -64/+88 | |
2010-12-04 | Clearly note that this is a draft specification | Stef Walter | 1 | -2/+2 | |
2010-12-04 | Make objects paths be lower case, as discussed on the mailing list. | Stef Walter | 1 | -5/+5 | |
2010-12-04 | Add a Makefile to help with the building | Stef Walter | 2 | -0/+13 | |
2010-12-04 | Add a README so others can figure out how to generate the docs as well. | Michael Leupold | 1 | -0/+20 | |
2010-12-04 | Adapt style, hide "Name" of reference pages. | Michael Leupold | 3 | -61/+142 | |
2010-12-04 | Make a list of funcsynopses instead of single synopses for each funcdef. Add ↵ | Michael Leupold | 2 | -4/+108 | |
a style to prettify. | |||||
2010-12-04 | Add links to the funcsynopsis listing in the top section of each interface. ↵ | Michael Leupold | 1 | -1/+2 | |
Unfortunately xmlto doesn't generate links for them yet. | |||||
2010-12-04 | -> Docbook 5.0 | Michael Leupold | 3 | -132/+226 | |
2010-12-04 | Add params to control toc generation. | Michael Leupold | 3 | -38/+97 | |
2010-12-04 | Enable building the whole spec with XInclude. | Michael Leupold | 2 | -83/+64 | |
2010-12-04 | Minor cleanups. Add copyright (Telepathy D-Bus doesn't know authors). | Michael Leupold | 2 | -121/+29 | |