Commit graph

65 commits

Author SHA1 Message Date
Jeena Paradies
cc0f95e69c added info about starting 2013-01-07 10:08:05 +01:00
Jeena Paradies
0b7e0a6fdc fixed that Joiner.on only works on strings 2013-01-07 10:07:18 +01:00
moandji.ezana
59c533dab4 Fixed compilation error. 2013-01-07 09:45:57 +02:00
moandji.ezana
7479d8bcad Added README 2013-01-07 09:39:37 +02:00
moandji.ezana
f0152093e7 Mentions are expanded in rendered Essay. Page title reflects Essay title. 2012-11-29 00:01:45 +02:00
moandji.ezana
ca02af4ea1 Added registration info to TentClient when getting metadata 2012-11-14 09:08:58 +02:00
moandji.ezana
13527ece05 Spinner shown while preview is being constructed 2012-11-14 09:08:04 +02:00
moandji.ezana
15aeef411c Lots of updates for 2012-11-14 release 2012-11-14 00:24:45 +02:00
moandji.ezana
e1f92b54a7 Updated version number 2012-10-30 09:35:33 +02:00
moandji.ezana
ac4f1331b5 Using pushState to navigate from essay list to single essay 2012-10-30 09:34:48 +02:00
moandji.ezana
83ed302667 Minor refactorings 2012-10-25 19:59:54 +02:00
moandji.ezana
f6f0dc086c Comments are displayed under Essays 2012-10-25 19:58:39 +02:00
moandji.ezana
b766952f4c Added version to page footer 2012-10-25 19:53:09 +02:00
moandji.ezana
0e6ca703a3 Updated app URL and description 2012-10-23 01:52:55 +02:00
moandji.ezana
6fd64a1730 Added Entities#stripScheme(String) 2012-10-23 01:51:09 +02:00
moandji.ezana
133b1bfa77 Created Routes 2012-10-23 01:49:59 +02:00
moandji.ezana
fa67f07629 Redirect to Essay page after creating it 2012-10-22 01:15:10 +02:00
moandji.ezana
7aad7bbcd2 Improved nav bar highlighting 2012-10-22 01:14:36 +02:00
moandji.ezana
757be49e0a Fixed infinite redirect loop 2012-10-22 00:44:48 +02:00
moandji.ezana
8431aebe46 HTML is sanitised before rendering the Essay 2012-10-22 00:31:28 +02:00
moandji.ezana
475a0126be /read and /write require user to be logged in 2012-10-21 03:38:48 +02:00
moandji.ezana
77e768a1bc Author links point to correct place 2012-10-21 02:29:36 +02:00
moandji.ezana
8e67eeb2b7 Cleanup 2012-10-21 02:28:39 +02:00
moandji.ezana
9a8c064b1a Author can delete an essay 2012-10-21 02:26:59 +02:00
moandji.ezana
ac7eba9e06 Added methods to Entities to get a name from a profile 2012-10-21 02:26:59 +02:00
moandji.ezana
1864e69c6b Added User#owns() 2012-10-21 02:26:59 +02:00
moandji.ezana
1809cd628e Centralised session management with EssayistSession 2012-10-21 02:26:58 +02:00
moandji.ezana
bc6f8a4cc3 HTTP method can be changed by POSTing with _method parameter 2012-10-21 01:37:21 +02:00
moandji.ezana
8a67f06c02 DataSource is closed when application shuts down 2012-10-20 14:42:57 +02:00
moandji.ezana
54cff60c47 TentStatus-like personal and global feeds 2012-10-20 14:29:54 +02:00
moandji.ezana
ca07c8a35c Essays#getEssays(List<User>) reuses single AsyncHttpClient instance and closes it 2012-10-20 14:27:33 +02:00
moandji.ezana
effb94805f Added User(Profile) constructor 2012-10-20 14:13:36 +02:00
moandji.ezana
0163ea41c7 Forcing requests to be UTF-8 2012-10-19 01:34:39 +02:00
moandji.ezana
a2c80d19fb Check that user has profile.basic when displaying name 2012-10-19 01:07:25 +02:00
moandji.ezana
2f34457225 Do not throw an exception when /read fails to load a post 2012-10-19 01:05:41 +02:00
moandji.ezana
0dd17b58dd Read link is always present in nav bar 2012-10-19 01:04:11 +02:00
moandji.ezana
f17d153b40 All Essays listed on /read 2012-10-18 15:42:12 +02:00
moandji.ezana
0dfeeed615 User made friendlier to DbUtils 2012-10-18 09:42:34 +02:00
moandji.ezana
eb73d09c84 Changed app name back to Essayist 2012-10-18 02:48:40 +02:00
moandji.ezana
2e2ee0ceca Raw Markdown is saved in custom fields in Post content so it can be edited later 2012-10-18 02:00:54 +02:00
moandji.ezana
e83ffd119e Request new authorisation after user revokes authorisation. 2012-10-18 01:53:37 +02:00
moandji.ezana
9711abcaea Redirect to /read after registering app. 2012-10-18 01:51:15 +02:00
moandji.ezana
7cc0270e18 Changed login and read fields to type url to get some basic validation 2012-10-17 21:37:37 +02:00
moandji.ezana
1e72ecb60c Added basic page title and responsive stylesheet 2012-10-17 21:34:50 +02:00
moandji.ezana
842a3957e3 Marked servlet-api JAR as provided 2012-10-17 21:33:46 +02:00
moandji.ezana
64dab7d50e UI improvements 2012-10-17 00:29:04 +02:00
moandji.ezana
d3e6f74a0c Fixed column length that was too big for MySql 2012-10-17 00:28:00 +02:00
moandji.ezana
5dad3d8318 Created JamonContext#currentUrl 2012-10-17 00:27:23 +02:00
moandji.ezana
195bde1e94 Ignoring deployment properties 2012-10-17 00:18:57 +02:00
moandji.ezana
32c23f64d2 Updated for TentClient API change 2012-10-17 00:18:15 +02:00