Commit graph

363 commits

Author SHA1 Message Date
rr-
645573a272 Changed global comment list sort to creation time
Before this change, it was using edit time, which resulted in bumping
old posts every time a comment was edited. Users reported this behavior
as awkward and unintuitive, so I've changed it.
2015-11-24 18:14:11 +01:00
rr-
f5aed19bf3 Added verbosity to image conversion errors 2015-11-23 11:35:09 +01:00
rr-
28bba097c3 Added ffmpeg support in Flash thumbnails creation 2015-11-01 11:02:50 +01:00
rr-
a31d5849fc Improved connection error reporting 2015-09-09 22:32:18 +02:00
rr-
180252cc64 Removed masking of image extensions' exceptions 2015-09-06 22:57:53 +02:00
rr-
48bb4fc803 Added option to set image manipulation extension 2015-09-06 22:57:28 +02:00
rr-
42f37d8fee Further improved text of some error messages 2015-08-05 17:19:10 +02:00
rr-
6b933132a5 Added helpful messages for invalid search orders 2015-08-04 19:47:18 +02:00
rr-
8c87a93774 Added support for note count based post searches 2015-08-04 19:31:57 +02:00
rr-
465a61ff4a Improved API for post editing 2015-08-03 19:27:25 +02:00
rr-
b3def7fc21 Improved API responses 2015-08-03 19:23:11 +02:00
rr-
5ad854e38a Added fit mode to browsing settings 2015-07-19 11:53:34 +02:00
rr-
11648e055c Added support for explicit HTTP permalinks 2015-07-02 20:24:01 +02:00
rr-
fd448bac87 Switched to PHPMailer 2015-06-28 12:24:46 +02:00
rr-
027b98ce76 Fixed dangling tags on MySQL after post removal 2015-06-28 10:24:40 +02:00
rr-
edee487ff9 Removed trailing newlines 2015-06-28 10:10:07 +02:00
rr-
2702518e31 Switched to spaces 2015-06-28 10:07:56 +02:00
rr-
79df9b56d3 Added FPM-based support for too big files 2015-06-28 09:59:47 +02:00
rr-
3b1544eff3 Fixed OOM errors in scripts 2015-06-27 19:03:47 +02:00
rr-
c74edbee51 Fixed overwriting redirection HTTP status codes 2015-06-27 18:35:21 +02:00
rr-
8407a3f70e Fixed getRequestHeaders for CGI servers 2015-06-27 18:07:31 +02:00
Marcin Kurczewski
9c1db78b69 Fixed typo 2015-06-27 00:03:31 +02:00
Marcin Kurczewski
24d8bf5295 Improved search error messages 2015-05-23 10:46:17 +02:00
Marcin Kurczewski
5412ac14b9 Added GIF detection 2015-05-23 10:05:05 +02:00
Marcin Kurczewski
c569504ce7 Added ability to turn keyboard shortcuts off 2015-05-14 23:04:30 +02:00
Marcin Kurczewski
0cf29a657a Fixed Upgrade35 wiping tag and post relations 2015-03-13 09:47:30 +01:00
Marcin Kurczewski
fdb029eb5c Increased post notes placement precision 2015-03-13 09:47:07 +01:00
Marcin Kurczewski
65bc6705d3 Added script for finding dead posts 2015-03-11 10:15:01 +01:00
Marcin Kurczewski
5f0706c0b4 Fixed orphan records and denormalization errors 2015-02-23 20:42:12 +01:00
Marcin Kurczewski
eb77b6811a Fixed negative order in searches 2014-12-26 09:48:04 +01:00
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
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