| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-14 | Add database management page | Christian Weiske | |
| 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 | 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-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-26 | Send HTTP 401 on invalid token | Christian Weiske | |
| 2014-09-26 | Fix bug #3: Inserting notes on PostgreSQL | 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-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-21 | make sync work with conboy | Christian Weiske | |
| 2014-08-21 | fix docblocks | Christian Weiske | |
| 2014-08-21 | Support oauth on apache+fastcgi | Christian Weiske | |
| 2014-08-21 | fix re-sync with tomboy | Christian Weiske | |
| 2014-08-21 | use factory method for oauthprovider | Christian Weiske | |
| 2014-08-21 | CS: tab2spaces | Christian Weiske | |
| 2014-08-20 | sync with tomboy works | Christian Weiske | |
| 2014-08-18 | oauth dance works | Christian Weiske | |
