rr-
7645c012a5
Added "upload:" alias as requested by John Doe
2015-12-13 21:48:53 +01:00
rr-
ee09a09833
Fixed lazy loading users and posts for Favorite
2015-11-25 11:35:18 +01:00
rr-
13d77dd14a
Fixed whitespace
2015-11-25 09:48:03 +01:00
rr-
5305bb68a4
Simplified search parsing
...
Reduced execution flow dependencies and made all search parsers share
the basic code rather than implementing everything all over again in
each parser through awkward protected functions.
2015-11-25 01:25:43 +01:00
rr-
b3c5212c84
Added ability to search tags by usage count
2015-11-24 21:57:14 +01:00
rr-
96195f0efc
Added ability to search tags by creation/edit time
2015-11-24 21:57:14 +01:00
rr-
d769eaed61
Added ability to search posts by edit dates
2015-11-24 21:41:08 +01:00
rr-
2df43201ba
Added order:edit_time support for tag list
2015-11-24 18:23:47 +01:00
rr-
40e869b848
Added support to search for posts by creation time
2015-11-24 18:14:11 +01:00
rr-
b7456463eb
Commonized naming of "creation time" property
...
Rather than having "creation time", "upload time", "registration time"
etc. I think it is better to have a single "creation time"
entity-agnostic property (like the one Tags had thus far).
2015-11-24 18:14:11 +01:00
rr-
d49f76c9f1
Added ability to sort posts by feature count
2015-11-24 18:14:11 +01:00
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