Commit graph

353 commits

Author SHA1 Message Date
Marcin Kurczewski
3c54671aeb Widened post edit form 2014-11-30 11:58:39 +01:00
Marcin Kurczewski
d8df51f0c0 Moved suggestions before siblings 2014-11-30 11:55:24 +01:00
Marcin Kurczewski
b693a5f4b3 Added tag siblings suggestion synchronization 2014-11-30 11:54:38 +01:00
Marcin Kurczewski
303f91e15c Refactored tag suggestions 2014-11-30 11:45:49 +01:00
Marcin Kurczewski
c350c47195 Added showing tag suggestions on click 2014-11-30 11:31:40 +01:00
Marcin Kurczewski
24ce67b4ff Added auto completion to tag list presenter 2014-11-30 00:22:50 +01:00
Marcin Kurczewski
728d1d65de Fixed mass tag 2014-11-28 23:18:23 +01:00
Marcin Kurczewski
4b27b8a85d Fixed updating user settings 2014-11-28 23:18:14 +01:00
Marcin Kurczewski
bfe31d87a1 Fixed history presenter 2014-11-27 18:22:48 +01:00
Marcin Kurczewski
2fd371b10a Added absolute timestamp hints where necessary 2014-11-27 10:34:45 +01:00
Marcin Kurczewski
cd688b25a3 Fixed example tag usages not showing up 2014-11-22 17:54:37 +01:00
Marcin Kurczewski
a7c6e9f043 Fixed putting "null" in post sources 2014-11-22 17:49:35 +01:00
Marcin Kurczewski
01a84ee4e2 Changed account settings editing
Account settings editing no longer encapsulates file content in base64.
2014-11-22 14:45:48 +01:00
Marcin Kurczewski
2458935fdf Changed post editing
Post editing no longer encapsulates file content in base64.
2014-11-22 14:45:45 +01:00
Marcin Kurczewski
f2b1e3bedb Changed post uploads
Post uploads no longer encapsulates file content in base64.
This means dramatic speed up for sending on local networks.
2014-11-22 14:37:00 +01:00
Marcin Kurczewski
77c51d9a8a Added support for FormData in JS API facade 2014-11-22 14:31:53 +01:00
Marcin Kurczewski
d8d65ed24c Changed PUT requests to POST
HTTP spec disallows multipart/form-data requests using PUT method.
2014-11-22 14:30:29 +01:00
Marcin Kurczewski
58d3129548 Removed dangling console.log 2014-11-22 14:04:40 +01:00
Marcin Kurczewski
4e6fe634e1 Fixed post list disregarding viewPosts privilege 2014-11-22 13:10:00 +01:00
Marcin Kurczewski
736c0a66ff Fixed comments disregarding viewUsers privilege 2014-11-22 12:56:44 +01:00
Marcin Kurczewski
2b0a4d1f76 Removed AJAX external caching
jQuery's caching caused problems in some scenarios, for example with
scoring/faving posts.
2014-11-21 22:24:06 +01:00
Marcin Kurczewski
2a215ef51b Removed download link for YouTube posts 2014-11-19 19:47:50 +01:00
Marcin Kurczewski
847f248829 Added snapshot compression 2014-11-19 10:22:59 +01:00
Marcin Kurczewski
0b15ca1b05 Fixed current search not showing arrow 2014-11-18 16:06:12 +01:00
Marcin Kurczewski
6a751ed0b2 Fixed user list presenter disrespecting privileges
If user had no right to view user accounts, the list presenter ignored
that and linked to pages that shown privilege errors. Now it shows the
links only if user has right to view user accounts.
2014-11-17 22:16:30 +01:00
Marcin Kurczewski
97482fb38e Changed post note edit form position to fixed 2014-11-16 10:49:53 +01:00
Marcin Kurczewski
8e06881a3e Added post note previews 2014-11-16 10:41:20 +01:00
Marcin Kurczewski
4e28ccb4dc Added draggability to post note edit form 2014-11-16 10:41:20 +01:00
Marcin Kurczewski
fb4b31bd37 Fixed post note being shown on top of edit form 2014-11-16 09:42:54 +01:00
Marcin Kurczewski
e223847e8e Fixed post note z-index 2014-11-13 20:17:34 +01:00
Marcin Kurczewski
2856b67018 Added client-side warning about too large files 2014-11-12 21:55:48 +01:00
Marcin Kurczewski
1a6aa914b6 Improved history appearance 2014-11-11 16:19:30 +01:00
Marcin Kurczewski
b4050b7b1d Fixed bad JS assignment 2014-11-11 14:19:17 +01:00
Marcin Kurczewski
2e83a90e98 Improved blockquote appearance 2014-11-10 22:34:05 +01:00
Marcin Kurczewski
507cb52a73 Fixed strike-through in Markdown 2014-11-10 22:29:07 +01:00
Marcin Kurczewski
a2ff2d25ae Removed browser autocomplete from account settings 2014-11-10 20:25:07 +01:00
Marcin Kurczewski
2a833d53ea Fixed critical bug in frontend routing
I have no idea how this could ever work.
2014-11-10 20:20:40 +01:00
Marcin Kurczewski
ed833bf7b1 Added tags with 0 usages to autocomplete 2014-11-10 19:04:40 +01:00
Marcin Kurczewski
818a8a9054 Fixed comment updating after voting on it
It reported bad score until user has refreshed the page.
2014-11-10 15:54:08 +01:00
Marcin Kurczewski
6f801f2628 Fixed text align of post labels in comment list 2014-11-10 15:20:02 +01:00
Marcin Kurczewski
2d529107db Added tag merging 2014-11-10 15:19:59 +01:00
Marcin Kurczewski
be4b742d21 Fixed tag presenter not checking delete privilege 2014-11-10 11:29:05 +01:00
Marcin Kurczewski
b797ae3af3 Added protection against never-ending progress 2014-11-09 21:41:49 +01:00
Marcin Kurczewski
cefe701403 Fixed tag input adding empty implications 2014-11-09 21:41:23 +01:00
Marcin Kurczewski
d4f245e414 Fixed stack trace in home when no post is featured 2014-11-09 21:28:27 +01:00
Marcin Kurczewski
b4043313d4 Fixed auto complete not firing tag relations 2014-11-09 21:24:16 +01:00
Marcin Kurczewski
26eda78745 Added tag list refresh when upload is finished 2014-11-09 20:16:57 +01:00
Marcin Kurczewski
c6ce37d537 Fixed moving multiple posts down in post upload 2014-11-09 20:14:21 +01:00
Marcin Kurczewski
bb381642dc Fixed home page when no post is featured 2014-11-09 20:11:30 +01:00
Marcin Kurczewski
54d55a9f26 Reduced font size for post details on home page 2014-11-09 20:10:12 +01:00