Commit graph

354 commits

Author SHA1 Message Date
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
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