Marcin Kurczewski
06d7c19556
Added POST to tag merging API
2014-11-28 23:18:26 +01:00
Marcin Kurczewski
f1647a5f7b
Fixed precision loss in post disk space usage
2014-11-22 18:08:34 +01:00
Marcin Kurczewski
997c2a10ec
Renamed SearchServices directory to Search
2014-11-22 14:56:30 +01:00
Marcin Kurczewski
95cf0ca37b
Moved Controllers/ViewProxies to ViewProxies
2014-11-22 14:53:40 +01:00
Marcin Kurczewski
116522498d
Removed obsolete method in InputReader
2014-11-22 14:47:25 +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
48230a64ad
Simplified routing
2014-11-22 12:44:45 +01:00
Marcin Kurczewski
da6b37b14c
Merge branch 'master' into api
2014-11-21 22:34:04 +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
2d1b5308f3
Removed unneeded dependencies
2014-11-21 22:16:56 +01:00
Marcin Kurczewski
8fb1b87ae5
Fixed post editing
2014-11-21 22:16:56 +01:00
Marcin Kurczewski
9621810332
Fixed syntax error
2014-11-21 22:16:56 +01:00
Marcin Kurczewski
bd33b09f7b
Fixed private methods
2014-11-21 22:16:31 +01:00
Marcin Kurczewski
3245c75187
Removed controller layer
2014-11-21 22:16:31 +01:00
Marcin Kurczewski
e38152b921
Moved user avatar controller to routes
2014-11-21 22:16:31 +01:00
Marcin Kurczewski
2195b2c9a1
Moved scores controller to routes
2014-11-21 22:16:31 +01:00
Marcin Kurczewski
969f70318b
Moved user controller to routes
2014-11-21 22:16:31 +01:00
Marcin Kurczewski
06cc776438
Removed .swp files...
2014-11-21 22:05:53 +01:00
Marcin Kurczewski
76edbfeddb
Moved tag controller to routes
2014-11-21 15:49:53 +01:00
Marcin Kurczewski
9de6e7e739
Moved post notes controller to routes
2014-11-21 12:54:33 +01:00
Marcin Kurczewski
d8a4e1ec4e
Moved post controller to routes
2014-11-21 12:45:47 +01:00
Marcin Kurczewski
193d1c5f7a
Moved post content controller to routes
2014-11-21 11:27:51 +01:00
Marcin Kurczewski
7ff961fc21
Moved history controller to routes
2014-11-21 10:33:15 +01:00
Marcin Kurczewski
a3b02adb7f
Moved global param controller to routes
2014-11-21 10:30:52 +01:00
Marcin Kurczewski
602d7a1f45
Split favorites controller to routes
2014-11-21 10:23:50 +01:00
Marcin Kurczewski
333c538f1e
Split comment controller to routes
2014-11-21 10:23:49 +01:00
Marcin Kurczewski
7c182f57a0
Added support for arguments in new Routes
2014-11-21 10:23:49 +01:00
Marcin Kurczewski
2a7ca79b2d
Added Route layer proof of concept
2014-11-21 10:23:49 +01:00
Marcin Kurczewski
cdd2726f30
Improved MySQL integration
2014-11-21 10:20:04 +01:00
Marcin Kurczewski
c6fe7a4320
Changed downloading YouTube posts in backend
...
Trying to download YouTube posts by visiting backend directly results in
a redirect to YouTube instead of showing an ugly error.
2014-11-19 19:47:54 +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
2996f27671
Fixed scoremin and scoremax
2014-11-17 23:04:23 +01:00
Marcin Kurczewski
13e622f9e7
Fixed race condition in entity preparation
2014-11-11 19:24:05 +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
f773e6c66d
Removed unused variable
2014-11-11 14:14:11 +01:00
Marcin Kurczewski
cc6b7e41bc
Fixed generating thumbnails of GIF images
2014-11-10 20:45:10 +01:00
Marcin Kurczewski
4489277df8
Fixed bad SQL when looking for multiple uploaders
2014-11-10 20:04:38 +01:00
Marcin Kurczewski
b7e2c28780
Added helluva search aliases
2014-11-10 19:47:04 +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