grauphel.git
9 years agoTell about homepage
Christian Weiske [Sat, 27 Sep 2014 09:26:17 +0000 (11:26 +0200)]
Tell about homepage

9 years agophing build file to create releases
Christian Weiske [Sat, 27 Sep 2014 09:21:09 +0000 (11:21 +0200)]
phing build file to create releases

9 years agoAdd token management page (only shows tokens for now)
Christian Weiske [Sat, 27 Sep 2014 09:09:44 +0000 (11:09 +0200)]
Add token management page (only shows tokens for now)

9 years agoLink info and stats page in settings section, update info page
Christian Weiske [Sat, 27 Sep 2014 09:09:20 +0000 (11:09 +0200)]
Link info and stats page in settings section, update info page

9 years agoSend HTTP 401 on invalid token
Christian Weiske [Fri, 26 Sep 2014 12:32:03 +0000 (14:32 +0200)]
Send HTTP 401 on invalid token

9 years agoFix bug #3: Inserting notes on PostgreSQL
Christian Weiske [Fri, 26 Sep 2014 12:31:02 +0000 (14:31 +0200)]
Fix bug #3: Inserting notes on PostgreSQL

9 years agoAdd changelog, update readme
Christian Weiske [Fri, 26 Sep 2014 10:36:19 +0000 (12:36 +0200)]
Add changelog, update readme

9 years agoFix length of date fields in database.
Christian Weiske [Fri, 26 Sep 2014 10:30:55 +0000 (12:30 +0200)]
Fix length of date fields in database.

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!

9 years agoFix oauth problem with tomdroid.
Christian Weiske [Fri, 26 Sep 2014 09:08:05 +0000 (11:08 +0200)]
Fix oauth problem with tomdroid.

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

9 years agoallow listing all and untagged notes v0.1.0
Christian Weiske [Sat, 23 Aug 2014 04:27:58 +0000 (06:27 +0200)]
allow listing all and untagged notes

9 years agofix two bugs: syncdata generation and tag linking
Christian Weiske [Sat, 23 Aug 2014 04:14:18 +0000 (06:14 +0200)]
fix two bugs: syncdata generation and tag linking

9 years agoshow tags and note titles in the notebook
Christian Weiske [Fri, 22 Aug 2014 20:16:16 +0000 (22:16 +0200)]
show tags and note titles in the notebook

9 years agolink api from web interface, make single note fetching work, redo note storage username
Christian Weiske [Fri, 22 Aug 2014 19:11:20 +0000 (21:11 +0200)]
link api from web interface, make single note fetching work, redo note storage username

9 years agoshow some statistics on the index page
Christian Weiske [Fri, 22 Aug 2014 15:17:01 +0000 (17:17 +0200)]
show some statistics on the index page

9 years agoadd sidebar
Christian Weiske [Fri, 22 Aug 2014 14:57:14 +0000 (16:57 +0200)]
add sidebar

9 years agoreadme
Christian Weiske [Thu, 21 Aug 2014 22:01:09 +0000 (00:01 +0200)]
readme

9 years agouse standard owncloud app layout
Christian Weiske [Thu, 21 Aug 2014 21:23:19 +0000 (23:23 +0200)]
use standard owncloud app layout

9 years agomake sync work with conboy
Christian Weiske [Thu, 21 Aug 2014 21:00:02 +0000 (23:00 +0200)]
make sync work with conboy

9 years agofix link output for tomdroid
Christian Weiske [Thu, 21 Aug 2014 20:59:50 +0000 (22:59 +0200)]
fix link output for tomdroid

9 years agofix docblocks
Christian Weiske [Thu, 21 Aug 2014 20:59:28 +0000 (22:59 +0200)]
fix docblocks

9 years agocheck if oauth extension is installed
Christian Weiske [Thu, 21 Aug 2014 19:38:37 +0000 (21:38 +0200)]
check if oauth extension is installed

9 years agoSupport oauth on apache+fastcgi
Christian Weiske [Thu, 21 Aug 2014 15:20:04 +0000 (17:20 +0200)]
Support oauth on apache+fastcgi

9 years agofix re-sync with tomboy
Christian Weiske [Thu, 21 Aug 2014 15:11:47 +0000 (17:11 +0200)]
fix re-sync with tomboy

9 years agouse factory method for oauthprovider
Christian Weiske [Thu, 21 Aug 2014 15:09:07 +0000 (17:09 +0200)]
use factory method for oauthprovider

9 years agoCS: tab2spaces
Christian Weiske [Thu, 21 Aug 2014 15:03:19 +0000 (17:03 +0200)]
CS: tab2spaces

9 years agotomdroid fix
Christian Weiske [Thu, 21 Aug 2014 15:01:33 +0000 (17:01 +0200)]
tomdroid fix

9 years agoindex page showing server setting
Christian Weiske [Thu, 21 Aug 2014 06:32:36 +0000 (08:32 +0200)]
index page showing server setting

9 years agosync with tomboy works
Christian Weiske [Wed, 20 Aug 2014 16:49:03 +0000 (18:49 +0200)]
sync with tomboy works

9 years agosync could work if php would not crash
Christian Weiske [Wed, 20 Aug 2014 04:27:58 +0000 (06:27 +0200)]
sync could work if php would not crash

9 years agooauth dance works
Christian Weiske [Mon, 18 Aug 2014 21:54:32 +0000 (23:54 +0200)]
oauth dance works

9 years agowip
Christian Weiske [Thu, 14 Aug 2014 16:41:34 +0000 (18:41 +0200)]
wip