Commit graph

151 commits

Author SHA1 Message Date
Marcin Kurczewski
839e97b1e2 Fixed history for posts uploaded anonymously
Until now posts uploaded anonymously were not so anonymous - the author
was clearly visible in post history (and tag history if the upload has
led to creation of any new tags). Both of these are fixed now.
2014-12-14 09:30:22 +01:00
Marcin Kurczewski
997c2a10ec Renamed SearchServices directory to Search 2014-11-22 14:56:30 +01:00
Marcin Kurczewski
8bd4ae27c2 Fixed bad message when serving non-existing files 2014-11-19 19:47:54 +01:00
Marcin Kurczewski
6473ed74d3 Fixed post note removal didn't generate snapshot 2014-11-19 19:40:06 +01:00
Marcin Kurczewski
44a4184eb8 Changed snapshot merging to work for deletions
Creating and deleting stuff will remove history snapshots if it occurs
within five minute gap. This is to prevent spamming history with
tag names that are introduced by an accident and removed shortly after.
2014-11-19 19:37:10 +01:00
Marcin Kurczewski
847f248829 Added snapshot compression 2014-11-19 10:22:59 +01:00
Marcin Kurczewski
a0133ea632 Added snapshot merging 2014-11-18 21:22:46 +01:00
Marcin Kurczewski
399a648ed8 Whaaat another bugfix
This is getting stupid
2014-11-11 18:17:53 +01:00
Marcin Kurczewski
40d1276c36 Fixed generating empty difference snapshots 2014-11-11 15:21:45 +01:00
Marcin Kurczewski
2f12ec0a5e Improved style 2014-11-11 14:27:36 +01:00
Marcin Kurczewski
584d06a7f1 Fixed saving JPEGs with Imagick destroyed resource 2014-11-11 14:19:46 +01:00
Marcin Kurczewski
cc6b7e41bc Fixed generating thumbnails of GIF images 2014-11-10 20:45:10 +01:00
Marcin Kurczewski
77983d8e20 Changed and/or to &&/|| 2014-11-10 19:14:58 +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
e6ab9ee3b3 Improved transparency appearance in JPG thumbnails 2014-11-10 09:03:09 +01:00
Marcin Kurczewski
99845af35b Fixed inability to feature a post on empty db 2014-11-09 21:32:29 +01:00
Marcin Kurczewski
6679afbb6b Added "created" snapshot operation 2014-11-09 17:38:58 +01:00
Marcin Kurczewski
fadd4bf447 Improved verbosity of upgrades 2014-11-09 17:38:58 +01:00
Marcin Kurczewski
98c8d05d42 Changed upgrade report to be more real-time 2014-11-09 17:38:57 +01:00
Marcin Kurczewski
5ceecbd0ca Changed storage of executed upgrades to DB 2014-11-09 17:36:25 +01:00
Marcin Kurczewski
ad9d0e57ad Fixed tag removal snapshot 2014-11-07 14:58:29 +01:00
Marcin Kurczewski
e64fb9bfad Added tag snapshots to backend 2014-11-07 14:03:30 +01:00
Marcin Kurczewski
005d857cfb Added manual tag removal 2014-11-04 19:32:32 +01:00
Marcin Kurczewski
78ccff843c Removed tag autodeletion 2014-11-04 19:32:32 +01:00
Marcin Kurczewski
703cc4724a Fixed backend crash on tag editing 2014-11-03 13:15:55 +01:00
Marcin Kurczewski
7406f76a5a Fixed post featuring 2014-10-31 23:22:20 +01:00
Marcin Kurczewski
42039ddf26 Changed post notes to work with %-based coords 2014-10-26 22:08:54 +01:00
Marcin Kurczewski
31c4584e94 Added post note information to post snapshots 2014-10-26 11:18:59 +01:00
Marcin Kurczewski
eefdfd7834 Fixed post snapshots being non-deterministic 2014-10-26 01:42:23 +02:00
Marcin Kurczewski
a9d8383f7d Extracted post history services 2014-10-26 01:42:23 +02:00
Marcin Kurczewski
f169bef0eb Added note CRUD to backend 2014-10-26 01:42:23 +02:00
Marcin Kurczewski
5124733ee6 Fixed NetworkingService not using MimeHelper 2014-10-25 23:59:08 +02:00
Marcin Kurczewski
8bae666275 Improved error messages in ImageConverter 2014-10-25 18:49:03 +02:00
Marcin Kurczewski
ef98e00b15 Fixed featuring the same post bumping counter 2014-10-25 18:31:53 +02:00
Marcin Kurczewski
f72b0216a5 Fixed "featured by" showing post uploader 2014-10-25 18:20:39 +02:00
Marcin Kurczewski
f3a4c9ee67 Added post note retrieval in backend 2014-10-25 14:16:19 +02:00
Marcin Kurczewski
ccca71c1b8 Added optipng/jpgoptim support to thumbnails 2014-10-25 14:16:19 +02:00
Marcin Kurczewski
60f4dd9d4a Fixed getting dimensions of videos and flashes 2014-10-24 18:25:33 +02:00
Marcin Kurczewski
462708c1d8 Fixed siblings occasionally removing wrong tag 2014-10-19 15:32:11 +02:00
Marcin Kurczewski
614834c99c Added tag categories 2014-10-19 13:13:02 +02:00
Marcin Kurczewski
e6fc010897 Improved message when renaming tag to existing one 2014-10-18 18:54:11 +02:00
Marcin Kurczewski
7939aa5431 Fixed tags being able to relate to themselves 2014-10-18 18:54:11 +02:00
Marcin Kurczewski
d49aef6e47 Added script for generating thumbnails 2014-10-18 18:48:42 +02:00
Marcin Kurczewski
231d6a732f Improved readability of privilege error messages 2014-10-18 18:48:41 +02:00
Marcin Kurczewski
5815f156a8 Added tag relationship management to backend 2014-10-18 18:48:41 +02:00
Marcin Kurczewski
1b82504f08 Improved tag edit performance
Post history rewrite happens only when tag has really changed its name.
2014-10-18 18:48:41 +02:00
Marcin Kurczewski
34e220d465 Improved tag export performance 2014-10-18 18:48:41 +02:00
Marcin Kurczewski
790c3e10c6 Added tag implications and suggestions to export 2014-10-18 18:48:41 +02:00
Marcin Kurczewski
850e496215 Removed IDs from tags.json 2014-10-18 18:48:41 +02:00