Commit graph

240 commits

Author SHA1 Message Date
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
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
Marcin Kurczewski
b4050b7b1d Fixed bad JS assignment 2014-11-11 14:19:17 +01:00
Marcin Kurczewski
507cb52a73 Fixed strike-through in Markdown 2014-11-10 22:29: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
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
5285076c05 Added green background for new tags in tag input 2014-11-09 20:07:14 +01:00
Marcin Kurczewski
84e145609a Simplified tag input 2014-11-09 20:07:04 +01:00
Marcin Kurczewski
a56bd55b50 Fixed redirection after tag renaming 2014-11-09 17:49:12 +01:00
Marcin Kurczewski
9f11948c86 Fixed escaping strike-through 2014-11-09 10:44:02 +01:00
Marcin Kurczewski
d313890d8a Added /history 2014-11-07 14:40:56 +01:00
Marcin Kurczewski
cb53572a2d Added tag history section to tag presenter 2014-11-07 14:04:22 +01:00
Marcin Kurczewski
d8fd3b3c44 Added buttons for toggling safety to post list 2014-11-07 13:26:07 +01:00
Marcin Kurczewski
d3fb910249 Fixed errors in mass tag being silenced 2014-11-04 19:32:33 +01:00
Marcin Kurczewski
005d857cfb Added manual tag removal 2014-11-04 19:32:32 +01:00
Marcin Kurczewski
248d20ede5 Fixed A/D in pager not respecting result boundary 2014-11-04 19:00:47 +01:00
Marcin Kurczewski
26d4686795 Fixed new search kept page number 2014-11-04 18:58:35 +01:00
Marcin Kurczewski
d07745a6cd Fixed double reload when editing tags 2014-11-03 20:54:30 +01:00
Marcin Kurczewski
8f56018140 Added banned tag input prevention 2014-11-03 20:48:23 +01:00
Marcin Kurczewski
752af358df Fixed some promises not handling errors 2014-11-03 20:42:10 +01:00
Marcin Kurczewski
e57de564d9 Fixed tag refreshing 2014-11-03 20:28:26 +01:00
Marcin Kurczewski
3d7967e7c1 Added redirection to proper URL after tag renaming 2014-11-03 13:16:02 +01:00
Marcin Kurczewski
150d585860 Added tag list refreshing on tag edits
Result: suggestions etc. gets updated without the need to refresh the
page
2014-11-03 13:16:02 +01:00
Marcin Kurczewski
a0c407e39d Fixed handling too long sources in pasted URLs 2014-11-03 12:06:53 +01:00
Marcin Kurczewski
6219446f3e Fixed next/prev post 2014-11-03 11:58:28 +01:00
Marcin Kurczewski
065c8f8891 Fixed bad check in keyboard.js 2014-10-31 23:27:41 +01:00
Marcin Kurczewski
8f1080717c Fixed Alt+D triggering mousetrap D callbacks 2014-10-27 22:50:07 +01:00
Marcin Kurczewski
111cbff281 Fixed keyboard behavior in flash posts 2014-10-26 22:51:48 +01:00
Marcin Kurczewski
42039ddf26 Changed post notes to work with %-based coords 2014-10-26 22:08:54 +01:00
Marcin Kurczewski
03ce73b1a5 Fixed post notes drag boundaries 2014-10-26 11:45:30 +01:00
Marcin Kurczewski
189aaeadb7 Fixed undeclared variable in HomePresenter 2014-10-26 11:18:59 +01:00
Marcin Kurczewski
50608074c6 Added post note editing to frontend 2014-10-26 11:18:59 +01:00
Marcin Kurczewski
e983e72013 Fixed file dropper triggering form submit 2014-10-26 01:42:23 +02:00
Marcin Kurczewski
6efca63310 Fixed typo in post feature confirmation prompt 2014-10-26 01:42:23 +02:00
Marcin Kurczewski
f169bef0eb Added note CRUD to backend 2014-10-26 01:42:23 +02:00