Commit graph

115 commits

Author SHA1 Message Date
Marcin Kurczewski
997c2a10ec Renamed SearchServices directory to Search 2014-11-22 14:56:30 +01:00
Marcin Kurczewski
4b4ccf365a Fixed entity IDs being strings
This coincidentally fixes editing newly added comments.
2014-11-21 22:32:10 +01:00
Marcin Kurczewski
cdd2726f30 Improved MySQL integration 2014-11-21 10:20:04 +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
13e622f9e7 Fixed race condition in entity preparation 2014-11-11 19:24:05 +01:00
Marcin Kurczewski
4489277df8 Fixed bad SQL when looking for multiple uploaders 2014-11-10 20:04:38 +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
178b17897c Changed snapshot to JSONs 2014-11-09 17:38:58 +01:00
Marcin Kurczewski
61317d8b4d Added manual sequencers 2014-11-09 17:38:58 +01:00
Marcin Kurczewski
f9528f8183 Switched to subqueries from manual fetching 2014-11-06 20:00:52 +01:00
Marcin Kurczewski
4578f7a7a4 Fixed searching for favs and comments 2014-11-06 19:50:07 +01:00
Marcin Kurczewski
78ccff843c Removed tag autodeletion 2014-11-04 19:32:32 +01:00
Marcin Kurczewski
253cac4cc1 Fixed deleting tags that are marked as banned 2014-11-03 21:14:45 +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
f169bef0eb Added note CRUD to backend 2014-10-26 01:42:23 +02:00
Marcin Kurczewski
3dbb2b06be Fixed relations being wiped out when saving
The code worked like this:

1. Delete old relations
2. Get related entities
3. Save old relations

If the entity hasn't retrieved relations until now, autoloader tried to
get related entities /after/ they were deleted.
2014-10-25 18:31:53 +02:00
Marcin Kurczewski
f3a4c9ee67 Added post note retrieval in backend 2014-10-25 14:16:19 +02:00
Marcin Kurczewski
e03ed35862 Added post note DAO 2014-10-25 14:16:19 +02:00
Marcin Kurczewski
20d75e177d Improved performance of "hide downvoted" 2014-10-20 20:15:45 +02:00
Marcin Kurczewski
ea77a662ad Fixed searching for liked/disliked posts 2014-10-19 21:19:40 +02:00
Marcin Kurczewski
16e4a4a7e7 Fixed fpdo leftovers 2014-10-19 21:15:25 +02:00
Marcin Kurczewski
c52ed6a455 Abandoned FPDO
Also, fixed tag search by categories
2014-10-19 20:09:06 +02:00
Marcin Kurczewski
368ca1ae3f Added tag filtering by category 2014-10-19 15:51:57 +02:00
Marcin Kurczewski
462708c1d8 Fixed siblings occasionally removing wrong tag 2014-10-19 15:32:11 +02:00
Marcin Kurczewski
c43db03624 Fixed input tag shown as its own sibling 2014-10-19 13:36:54 +02:00
Marcin Kurczewski
614834c99c Added tag categories 2014-10-19 13:13:02 +02:00
Marcin Kurczewski
a2fefc6560 Fixed YET ANOTHER fpdo fuckup.
This library sucks donkey's balls.
2014-10-18 18:48:42 +02:00
Marcin Kurczewski
b7f077df9b Added tag searching 2014-10-18 18:48:41 +02:00
Marcin Kurczewski
d30fd1a9de Improved sibling tag order 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
0bd0589e32 Added tag relations database interface 2014-10-18 18:48:41 +02:00
Marcin Kurczewski
250ffb209f Added tag banning 2014-10-18 18:48:41 +02:00
Marcin Kurczewski
7f560d96d4 Improved migration script performance 2014-10-18 18:48:39 +02:00
Marcin Kurczewski
fadd37fe84 Fixed uploader: SQL ambiguity 2014-10-18 18:48:39 +02:00
Marcin Kurczewski
6015199559 Added tag siblings to API 2014-10-18 18:48:39 +02:00
Marcin Kurczewski
99b08879bd Improved search speed 2014-10-18 18:48:38 +02:00
Marcin Kurczewski
78759a6557 Added migration script 2014-10-18 18:48:38 +02:00
Marcin Kurczewski
2f6b56b08c Fixed comment saving 2014-10-18 18:48:38 +02:00
Marcin Kurczewski
672185f959 Added tag name changing 2014-10-18 18:48:37 +02:00
Marcin Kurczewski
abc3259222 Fixed avatars for anonymous users 2014-10-18 18:48:37 +02:00
Marcin Kurczewski
93291e5164 Added ability to loop video posts 2014-10-18 18:48:37 +02:00
Marcin Kurczewski
3744f0429a Split FileService to NetworkingService and FileDao 2014-10-18 18:48:37 +02:00
Marcin Kurczewski
632bac8661 Added "use ..." statements
This version ditches backwards compatibility with PHP earlier than 5.6.
2014-10-18 18:48:36 +02:00
Marcin Kurczewski
5bc73d220e Added removal of unused tags 2014-10-18 18:48:36 +02:00
Marcin Kurczewski
76d9e95e4b Moved tag export to service 2014-10-18 18:48:36 +02:00
Marcin Kurczewski
731eb6561b Added creation time to tags 2014-10-18 18:48:36 +02:00