albert
3e4d149d28
fixes #959
2013-03-22 10:38:37 -07:00
albert
b21dcc47a7
fixes #978
2013-03-22 10:00:46 -07:00
albert
fd9ca8d2fc
fixes #987
2013-03-22 09:58:31 -07:00
albert
6f32d40840
fixes #1006
2013-03-22 09:45:07 -07:00
albert
6c54d89a36
* All users can now view deleted posts.
...
* Posts now have an is_banned flag for artist removal requests. Basic users can not view banned posts but gold and higher can.
* Banning an artist both deletes the post and bans it.
* By default deleted posts are not filtered out of post searches at the sql level.
2013-03-22 09:38:53 -07:00
ToksT
38a42530fb
fix error in artist link syntax
2013-03-21 21:48:17 -03:00
albert
ebb2c353e9
fixes #1025
2013-03-21 16:23:14 -07:00
albert
4606ec4763
priv users now have 6sec timeout, platinum users have 9sec timeout
2013-03-21 07:46:49 -07:00
albert
2ac22d07cd
implement api limiting
2013-03-20 16:35:35 -07:00
albert
7470d189c3
add api authentication
2013-03-20 15:43:17 -07:00
albert
05aaefdf48
add support for pre tags in dtext
2013-03-20 15:09:35 -07:00
albert
10b7569469
add code block support to dtext
2013-03-20 09:44:58 -07:00
albert
df901a9757
fixes #994
2013-03-19 23:46:04 -07:00
小太
cba839ba76
Kill trailing whitespace in ruby files
2013-03-19 23:10:10 +11:00
albert
1cbe07668a
add class for pruning metatags
2013-03-18 22:36:21 -07:00
albert
fff581dc28
no longer decrement post counts when post is deleted
2013-03-18 09:28:31 -07:00
albert
177baa9ec7
* Refactored tag fix code
...
* Revert quick search open in new window behavior
2013-03-18 09:13:39 -07:00
albert
a52eb3ddc2
fixes #848
2013-03-17 23:13:47 -04:00
albert
0c8a3f25a7
fixes #908
2013-03-17 21:32:32 -04:00
albert
9210a72c4c
addresses #927 , make date searches time zone aware
2013-03-17 20:26:00 -04:00
albert
15d565b455
fixes
2013-03-15 11:05:39 -04:00
albert
a30cdb0b9c
refactor cron schedule
2013-03-15 11:04:31 -04:00
albert
d8201b7c6d
fixes #868
2013-03-14 17:36:30 -04:00
albert
656d591806
fixes to tag alias cache expiration, improved instructions for sign up
2013-03-13 12:15:56 -04:00
albert
47b88a1bb2
add hourly check for upload queue issues, restore old note coloring
2013-03-12 15:49:58 -04:00
albert
71fe9def4f
fixes #850
2013-03-12 13:21:46 -04:00
albert
43177cbad8
fixes #827
2013-03-10 16:56:04 -04:00
albert
e53d60d99b
fixes #824
2013-03-10 16:31:39 -04:00
albert
2b5a44a4fa
fixes #774
2013-03-08 16:46:47 -05:00
albert
9af2826098
fixes #800
2013-03-08 16:07:20 -05:00
albert
35a51c0351
fixes #790
2013-03-08 15:23:39 -05:00
albert
af6b940a64
fixes #798
2013-03-08 15:16:23 -05:00
albert
5e94ab41e5
allow center and code tags in dtext
2013-03-08 13:46:37 -05:00
albert
d907dfedbb
add new options for moving nav links
2013-03-07 18:31:20 -05:00
albert
2338f004eb
refactored tsquery sql to use rails escaping mechanisms
2013-03-07 16:34:12 -05:00
albert
eb45911953
fixes #772
2013-03-06 20:23:48 -05:00
albert
2e41efe5b5
fixes #773
2013-03-06 20:23:18 -05:00
albert
d38c423065
add test cases
2013-03-06 19:24:58 -05:00
Coconut
3fd375b23a
Added pixiv: metatag and Pixiv source indexes
...
Adds a pixiv: metatag to quickly find posts by Pixiv ID. Adds
source:pixiv/* searches to allow left-anchored source searches for Pixiv
sources. Added relevant indexes to make these queries efficient.
2013-03-06 12:19:20 -05:00
albert
31927b54d7
bug fixes
2013-03-06 01:39:25 -05:00
albert
e8a1d3382d
remove grandparenting constraint
2013-03-06 01:27:43 -05:00
albert
54c9b8ebee
fix for queue
2013-03-06 01:18:45 -05:00
albert
ad19ae5542
bug fixes
2013-03-06 01:13:41 -05:00
albert
e53d71b31b
fixes #749 , fixes tag alias related regressions
2013-03-05 22:51:21 -05:00
albert
d9a17d2378
add new tag alias correction helper
2013-03-05 22:08:48 -05:00
albert
a98af2f19a
fix post set bug, fixes #768
2013-03-05 19:45:27 -05:00
albert
29e3e7be0e
fixes #769
2013-03-05 19:43:49 -05:00
albert
d912ba6172
fixes #764
2013-03-05 17:18:01 -05:00
albert
5ab9887923
only store partial hash in cookies for validation
2013-03-05 16:49:09 -05:00
albert
f52181db94
Major revamp of security. Passwords are first SHA1 hashed and then
...
that hash is bcrypted. Bcrypted hashes are stored in a new column on
users. This separate column is only to allow for rollbacks,
eventually the old SHA1 hash column will be removed. Sensitive cookie
details are now encrypted to prevent user tampering and more stringent
checks on secret_token and session_secret_key are enforced.
2013-03-04 22:55:41 -05:00