index
:
grauphel.git
grosjo-more-note-fields
master
ownCloud application implementing the Tomboy REST API for syncing notes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2021-01-17
Fix search on SQLite database on Nextcloud 19
Christian Weiske
2018-10-07
Display tab-based line indentation in HTML
Christian Weiske
2018-10-07
Get rid of deprecated API usage:
Christian Weiske
2016-07-07
Handle not existing creation date on note object
Christian Weiske
2016-06-21
Fix E_NOTICE in rST converter
Christian Weiske
2016-05-10
Fix #41: Use correct SQL datetime format for tokens
Christian Weiske
2016-03-27
Remove unneeded constructor parameter
Christian Weiske
2016-03-18
#37: Use public database interface; fixes graupel on ownCloud 9
Christian Weiske
2015-09-20
Fix #20 and #25: Add authorization header workaround for fcgid
Christian Weiske
2015-09-18
Let the SQL server filter notes
Christian Weiske
2015-09-18
Fix #28: array_shift() E_NOTICE in owncloud.log
Christian Weiske
2015-06-04
Fix bug #19: Tabs ignored in HTML export
Christian Weiske
2015-03-17
use ILIKE for case insensitive searches
Christian Weiske
2015-03-17
do not force wrap; we break links with that
Christian Weiske
2015-03-17
reStructuredText output
Christian Weiske
2015-03-17
standlone HTML output
Christian Weiske
2014-10-28
Add hrefs to API responses
Christian Weiske
2014-10-28
show last note modification date
Christian Weiske
2014-10-28
catch rendering exceptions
Christian Weiske
2014-10-27
Download note as XML and JSON
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
Add database management page
Christian Weiske
2014-10-08
Fix bug #10: OAuth does not work on ovh.com server
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-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
2014-08-23
allow listing all and untagged notes
v0.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 storag...
Christian Weiske
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