Commit graph

230 commits

Author SHA1 Message Date
rr-
8db72633f6 Fixed broken post notes after fit mode changes 2015-07-19 18:03:47 +02:00
rr-
44ef66f65c Fixed fit mode state disappearing after AJAX calls 2015-07-19 12:35:55 +02:00
rr-
7511430b2a Fixed jshint warnings 2015-07-19 12:28:01 +02:00
rr-
362087ee63 Split cycle fit mode button to 1 for each fit mode 2015-07-19 12:26:11 +02:00
rr-
5ad854e38a Added fit mode to browsing settings 2015-07-19 11:53:34 +02:00
rr-
5882998c20 Added option to cycle fit mode to sidebar 2015-07-19 11:32:11 +02:00
rr-
579e59e7df Added fit to height mode to [F] hotkey 2015-07-19 11:29:14 +02:00
rr-
64ae9a7c74 Moved [F]ullscreen hotkey to PostContentPresenter 2015-07-19 10:58:50 +02:00
rr-
11648e055c Added support for explicit HTTP permalinks 2015-07-02 20:24:01 +02:00
rr-
2702518e31 Switched to spaces 2015-06-28 10:07:56 +02:00
Marcin Kurczewski
9b2238d423 Fixed tagging uploaded posts in Chrome 2015-06-26 23:40:27 +02:00
Marcin Kurczewski
b5d6e4837d Removed a way to repeat a tag in uploaded post 2015-06-24 23:51:11 +02:00
Marcin Kurczewski
a7a2f31dc2 Fixed history navigation in comment list 2015-06-04 10:48:16 +02:00
Marcin Kurczewski
a69f8563e8 Fixed prev/next button behavior in pager 2015-05-29 16:51:15 +02:00
Marcin Kurczewski
0727433a9e Wrapped thumbnails with links in post upload form
Improves integration with Vimperator
2015-05-16 12:31:27 +02:00
Marcin Kurczewski
627a8db5f3 Added prev/next buttons in post upload form 2015-05-16 12:31:14 +02:00
Marcin Kurczewski
740cc85775 Fixed jshint warning 2015-05-16 12:30:48 +02:00
Marcin Kurczewski
48004f1117 Added prev/next page buttons for pager
Integrated better with vimperator.
2015-05-14 23:29:42 +02:00
Marcin Kurczewski
4126de8e25 Added blurring of active element on post edit
Integrates better with vimperator.
2015-05-14 23:13:55 +02:00
Marcin Kurczewski
c569504ce7 Added ability to turn keyboard shortcuts off 2015-05-14 23:04:30 +02:00
Marcin Kurczewski
06180f5b50 Fixed showing preview link for non-images in upload 2015-03-21 08:17:58 +01:00
Marcin Kurczewski
aa228d5125 Further improved memory footprint in post upload 2015-03-21 08:16:02 +01:00
Marcin Kurczewski
5f4260d0a7 Fixed uploading posts from URLs 2015-03-20 13:35:10 +01:00
Marcin Kurczewski
09d8e5ae1c Fixed prev/next post selectors moving page 2015-03-19 22:57:37 +01:00
Marcin Kurczewski
fce9c3483a Added link to full image preview in post uploads 2015-03-19 22:49:24 +01:00
Marcin Kurczewski
a3157a48ec Removed lightbox from post uploads 2015-03-19 22:49:24 +01:00
Marcin Kurczewski
f75b4505a1 Reduced memory footprint for long upload sessions 2015-03-19 22:07:43 +01:00
Marcin Kurczewski
7c77c7a87b Fixed post resizing, alignment etc. 2015-03-13 20:56:12 +01:00
Marcin Kurczewski
eb3b02c28d Improved post sizing, added [F]ullscreen hotkey 2015-03-13 09:38:50 +01:00
Marcin Kurczewski
e7ea60f293 Fixed bad arrows behavior while editing post notes 2015-02-22 19:30:07 +01:00
Marcin Kurczewski
1897297127 Added search query minifying
Seeing 'page=1' and 'query=' in every other link was tiresome. I changed
the rules so that such keys are appended only if they hold nontrivial
values.
2014-12-20 10:36:29 +01:00
Marcin Kurczewski
970b9bf06d Simplified util/misc.js requires 2014-12-20 10:30:10 +01:00
Marcin Kurczewski
a3aea27a13 Fixed tag edits not triggering tag list updates 2014-11-30 12:40:22 +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
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
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
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
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
2856b67018 Added client-side warning about too large files 2014-11-12 21:55:48 +01:00