Commit Graph

246 Commits

Author SHA1 Message Date
728d1d65de Fixed mass tag 2014-11-28 23:18:23 +01:00
bfe31d87a1 Fixed history presenter 2014-11-27 18:22:48 +01:00
2fd371b10a Added absolute timestamp hints where necessary 2014-11-27 10:34:45 +01:00
cd688b25a3 Fixed example tag usages not showing up 2014-11-22 17:54:37 +01:00
a7c6e9f043 Fixed putting "null" in post sources 2014-11-22 17:49:35 +01:00
01a84ee4e2 Changed account settings editing
Account settings editing no longer encapsulates file content in base64.
2014-11-22 14:45:48 +01:00
2458935fdf Changed post editing
Post editing no longer encapsulates file content in base64.
2014-11-22 14:45:45 +01:00
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
d8d65ed24c Changed PUT requests to POST
HTTP spec disallows multipart/form-data requests using PUT method.
2014-11-22 14:30:29 +01:00
58d3129548 Removed dangling console.log 2014-11-22 14:04:40 +01:00
4e6fe634e1 Fixed post list disregarding viewPosts privilege 2014-11-22 13:10:00 +01:00
736c0a66ff Fixed comments disregarding viewUsers privilege 2014-11-22 12:56:44 +01:00
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
8e06881a3e Added post note previews 2014-11-16 10:41:20 +01:00
4e28ccb4dc Added draggability to post note edit form 2014-11-16 10:41:20 +01:00
2856b67018 Added client-side warning about too large files 2014-11-12 21:55:48 +01:00
b4050b7b1d Fixed bad JS assignment 2014-11-11 14:19:17 +01:00
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
2d529107db Added tag merging 2014-11-10 15:19:59 +01:00
be4b742d21 Fixed tag presenter not checking delete privilege 2014-11-10 11:29:05 +01:00
b797ae3af3 Added protection against never-ending progress 2014-11-09 21:41:49 +01:00
d4f245e414 Fixed stack trace in home when no post is featured 2014-11-09 21:28:27 +01:00
26eda78745 Added tag list refresh when upload is finished 2014-11-09 20:16:57 +01:00
c6ce37d537 Fixed moving multiple posts down in post upload 2014-11-09 20:14:21 +01:00
a56bd55b50 Fixed redirection after tag renaming 2014-11-09 17:49:12 +01:00
d313890d8a Added /history 2014-11-07 14:40:56 +01:00
cb53572a2d Added tag history section to tag presenter 2014-11-07 14:04:22 +01:00
d8fd3b3c44 Added buttons for toggling safety to post list 2014-11-07 13:26:07 +01:00
d3fb910249 Fixed errors in mass tag being silenced 2014-11-04 19:32:33 +01:00
005d857cfb Added manual tag removal 2014-11-04 19:32:32 +01:00
248d20ede5 Fixed A/D in pager not respecting result boundary 2014-11-04 19:00:47 +01:00
26d4686795 Fixed new search kept page number 2014-11-04 18:58:35 +01:00
d07745a6cd Fixed double reload when editing tags 2014-11-03 20:54:30 +01:00
752af358df Fixed some promises not handling errors 2014-11-03 20:42:10 +01:00
3d7967e7c1 Added redirection to proper URL after tag renaming 2014-11-03 13:16:02 +01:00
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
a0c407e39d Fixed handling too long sources in pasted URLs 2014-11-03 12:06:53 +01:00
6219446f3e Fixed next/prev post 2014-11-03 11:58:28 +01:00
42039ddf26 Changed post notes to work with %-based coords 2014-10-26 22:08:54 +01:00
03ce73b1a5 Fixed post notes drag boundaries 2014-10-26 11:45:30 +01:00
189aaeadb7 Fixed undeclared variable in HomePresenter 2014-10-26 11:18:59 +01:00
50608074c6 Added post note editing to frontend 2014-10-26 11:18:59 +01:00
6efca63310 Fixed typo in post feature confirmation prompt 2014-10-26 01:42:23 +02:00
83ca1fcfb4 Changed notes to be rendered only in image posts 2014-10-25 23:59:07 +02:00
22d7ab8732 Added post note dragging and resizing in frontend 2014-10-25 20:44:40 +02:00
f72b0216a5 Fixed "featured by" showing post uploader 2014-10-25 18:20:39 +02:00
f7ff4e0a71 Added post notes presenter 2014-10-25 15:02:46 +02:00
6f6d3a34a7 Added hiding page list when loading next page 2014-10-25 10:37:11 +02:00
55dbb67940 Fixed clicking "search" twice on endless scroll 2014-10-25 10:36:07 +02:00
54f07f5a90 Fixed scrolling to top when endless scroll enabled 2014-10-25 10:03:32 +02:00