| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-27 | highlight selected tag | Christian Weiske | |
| 2014-10-27 | talk about searching | Christian Weiske | |
| 2014-10-27 | new search query parser; support for NOT | Christian Weiske | |
| 2014-10-24 | support query splitting and quoting and search content and tags | Christian Weiske | |
| 2014-10-24 | Implement note search | Christian Weiske | |
| 2014-10-24 | make linking of notes with <speci"a'l> chars work | Christian Weiske | |
| 2014-10-23 | note preview | Christian Weiske | |
| 2014-10-14 | note about work in progressv0.3.0 | Christian Weiske | |
| 2014-10-14 | update changelog and readme; prepare 0.3.0 | Christian Weiske | |
| 2014-10-14 | Add database management page | Christian Weiske | |
| 2014-10-14 | Add computer name input field on oauth authorization page | Christian Weiske | |
| 2014-10-14 | Use SQL transactions during sync | Christian Weiske | |
| 2014-10-14 | Link pages from stats | Christian Weiske | |
| 2014-10-13 | Token deletion with simple undo | Christian Weiske | |
| Following the lines of - http://alistapart.com/article/neveruseawarning - https://github.com/owncloud/core/issues/9268 - https://github.com/owncloud/contacts/issues/107 I've added simple undo functionality to the "delete token" action. The user has 5 seconds to click on the "restore" button to undo the token deletion. | |||
| 2014-10-08 | Fix bug #10: OAuth does not work on ovh.com server | Christian Weiske | |
| This ovh.com server always has $_SERVER['HTTP_AUTHORIZATION'] set. By default it has an empty string as value, and this breaks the PHP OAuth extension - see https://bugs.php.net/bug.php?id=68168 We work around that by forcing the signature method in this special case, so that no exception is thrown. Thanks to Julien Daviaud for giving me access to his server for debugging. | |||
| 2014-10-07 | Tell what the token management page does | Christian Weiske | |
| 2014-10-07 | add known working versions | Christian Weiske | |
| 2014-10-07 | Add 0.2.1 info to ChangeLog | Christian Weiske | |
| 2014-10-07 | Tomboy on windows syncs fine with grauphel. | Christian Weiske | |
| Thanks to Chris Miera for reporting this. | |||
| 2014-10-07 | Deleting tokens works (without confirmation) | Christian Weiske | |
| 2014-10-07 | Another fix for bug #10 | Christian Weiske | |
| 2014-10-06 | Try to fix issue #10; work around bug https://bugs.php.net/bug.php?id=68168 | Christian Weiske | |
| 2014-10-06 | prevent warning when user is not logged in | Christian Weiske | |
| 2014-10-02 | add DELETE /token/$username/$tokenKey API | Christian Weiske | |
| 2014-10-02 | Fix bug #8: Titled blank notes cause SQL error | Christian Weiske | |
| 2014-09-30 | store client name and last use time for tokens. show them in token management | Christian Weiske | |
| 2014-09-30 | fix owncloud.log notices | Christian Weiske | |
| 2014-09-30 | style the token list a bit | Christian Weiske | |
| 2014-09-29 | Show client name in oauth authorization (works for tomdroid only) | Christian Weiske | |
| 2014-09-27 | use .tar.bz2 instead of .zip for releasesv0.2.0 | Christian Weiske | |
| 2014-09-27 | update changelog | Christian Weiske | |
| 2014-09-27 | fix zip file name | Christian Weiske | |
| 2014-09-27 | Tell about homepage | Christian Weiske | |
| 2014-09-27 | phing build file to create releases | Christian Weiske | |
| 2014-09-27 | Add token management page (only shows tokens for now) | Christian Weiske | |
| 2014-09-27 | Link info and stats page in settings section, update info page | Christian Weiske | |
| 2014-09-26 | Send HTTP 401 on invalid token | Christian Weiske | |
| 2014-09-26 | Fix bug #3: Inserting notes on PostgreSQL | Christian Weiske | |
| 2014-09-26 | Add changelog, update readme | Christian Weiske | |
| 2014-09-26 | Fix length of date fields in database. | Christian Weiske | |
| The last digit of the time zone was missing because the database date fields were only 32 instead of 33 characters. Tomdroid sync failed because of this. Tomdroid sync works now! | |||
| 2014-09-26 | Fix oauth problem with tomdroid. | Christian Weiske | |
| Tomdroid[0] uses signpost[1] as oauth library. This lib detected our server as OAuth 1.0 and not 1.0a because callback_confirmed was "TRUE" instead of "true". OAuth 1.0 does not have the verifier parameter, so it was ignored and not sent to our server. The OAuth RFC 5849 specifies in section 2.1: oauth_callback_confirmed MUST be present and set to "true". TRUE is not true, so we failed to implement the spec correctly. [0] https://launchpad.net/tomdroid [1] https://github.com/mttkay/signpost | |||
| 2014-08-23 | allow listing all and untagged notesv0.1.0 | Christian Weiske | |
| 2014-08-23 | fix two bugs: syncdata generation and tag linking | Christian Weiske | |
| 2014-08-22 | show tags and note titles in the notebook | Christian Weiske | |
| 2014-08-22 | link api from web interface, make single note fetching work, redo note ↵ | Christian Weiske | |
| storage username | |||
| 2014-08-22 | show some statistics on the index page | Christian Weiske | |
| 2014-08-22 | add sidebar | Christian Weiske | |
| 2014-08-22 | readme | Christian Weiske | |
| 2014-08-21 | use standard owncloud app layout | Christian Weiske | |
| 2014-08-21 | make sync work with conboy | Christian Weiske | |
