2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-29 04:57:47 +00:00

44 Commits

Author SHA1 Message Date
edogawaconan
d61e30ff7e Double quotes everywhere.
Using rubocop's auto-correct.
2014-11-20 17:50:29 +09:00
edogawaconan
782b012018 Use hash rocket syntax everywhere. 2014-11-20 17:50:29 +09:00
edogawaconan
e8c9e6ebf4 Restrict response format. 2014-11-20 17:50:27 +09:00
Edho Arief
fa46437b84 Shiny user settings.
--HG--
extra : rebase_source : 917335f5b870af9d442bbbefe2d12cc5a0b44292
2013-03-30 00:04:26 +09:00
dovac
06126965b6 must be a registered user to view user/show/* 2012-12-06 11:11:51 -08:00
dovac
81ad7c1d9b remove 3hour caching 2012-12-06 11:07:04 -08:00
dovac
0c01422d21 cache user/show/* for 3hours 2012-12-05 15:04:38 -08:00
Edho Arief
d8549e7aa7 Merge from -release.
--HG--
rename : lib/core_ext/string.rb => lib/core_ext/ext-string.rb
2012-10-19 09:19:01 -07:00
dovac
f0d3d2625e add HttpOnly ref: http://www.codinghorror.com/blog/2008/08/protecting-your-cookies-httponly.html
--HG--
branch : 3.2.0-release
2012-10-17 16:47:34 -07:00
Edho Arief
2e5303af28 Use page_number instead of params[:page].
--HG--
branch : 3.2.0-release
2012-09-21 02:21:24 -07:00
Edho Arief
5147305368 Merge fix. 2012-09-17 06:51:57 -07:00
Edho Arief
b7477c51c2 Restricting format.
--HG--
branch : 3.2.0-release
2012-09-16 06:49:14 -07:00
Edho Arief
5d0c0f0634 Moved all set_title to view with provide. 2012-08-04 22:09:58 +07:00
Edho Arief
cc75b8f4e8 Use helper to get sanitized params[:page]. 2012-08-01 11:31:03 +07:00
Edho Arief
9219e2ead7 One less legacy plugin (auto_complete) 2012-07-26 21:20:35 +02:00
Edho Arief
e090c67709 Case insensitive search. 2012-07-26 21:02:22 +02:00
Edho Arief
7a70419a86 Autocomplete for user. 2012-07-26 20:55:37 +02:00
Edho Arief
9222804732 Fixed reset password mailer. 2012-07-16 19:54:47 +07:00
Edho Arief
2441fa7a49 Import~ 2012-07-09 00:13:01 +07:00
Edho Arief
f473ceccfc Allows removing avatar. 2012-07-08 23:23:33 +07:00
Edho Arief
ce0d830a19 Simpler query for user_ips. 2012-07-07 01:36:31 +07:00
Edho Arief
4e53c5a231 WIP: moved verification for user to routes. 2012-07-01 16:54:13 +07:00
Edho Arief
2a282899c9 Sanitize parameter to be rendered.
--HG--
extra : rebase_source : 2481998150987dd91853237dbd8dd873841035b9
2012-06-30 18:04:06 +07:00
Edho Arief
d0a9a8de7c Implemented user/change_email. 2012-06-27 21:07:15 +07:00
Shuugo
cde58fc2f3 Implement changes requested by StahnAileron here:
http://bb.hanyuu.net/konachan/issue/13/ban-list-ordering

- Sort by ban expiration
- Add when the ban actually expires

Still missing to add a column of banned by to the blocked users table (the blocked IPs already has one)
2012-06-24 22:20:18 +02:00
Edho Arief
be04b40e2e Ensure no anonymous when accessing change_password. 2012-06-11 21:48:02 +07:00
Edho Arief
137eda2a05 Much better change password form and error checking. 2012-06-11 20:53:45 +07:00
Edho Arief
00cfec470f Rails 3-styled form. 2012-06-11 19:48:35 +07:00
Edho Arief
872ddaea4e Whitespace cleanup using find/sed.
find . -type f -exec gsed -i -r 's/ +$//' {} \;
2012-06-04 17:13:54 +07:00
Edho Arief
218142b8f7 Move the filter_parameter_logging to application.rb. 2012-06-01 22:19:29 +07:00
Edho Arief
619518e8fd Make sure there's always something to respond with. 2012-05-12 08:48:34 -07:00
Edho Arief
7f9556d9ce Ensure parameter is a string. 2012-05-11 11:22:38 -07:00
Edho Arief
d797a143ec Mass replace of RAILS_ROOT into Rails.root 2012-04-29 10:56:41 -07:00
petopeto
ba9b84e186 set titles for a couple pages
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%401101
2011-04-17 15:00:33 +00:00
petopeto
16b44bff0b simple error reporting
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%40990
2010-12-23 05:22:21 +00:00
petopeto
4101c3db5d include the user_info cookie in the user/check and user/create responses
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%40697
2010-11-30 23:48:56 +00:00
petopeto
18398464b3 go back to user/edit after saving settings; going to user/home is weird
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%40238
2010-10-11 03:59:58 +00:00
petopeto
ef82e3e2eb fixup sort; no created_at on bans but id is good enough
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%40214
2010-09-17 19:01:07 +00:00
petopeto
457fc9a3c2 sort user/show_blocked_users
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%40213
2010-09-17 18:56:36 +00:00
petopeto
b5a53043f6 after logging out, go back to where you came from, not to /user/home
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%40203
2010-09-10 01:23:12 +00:00
petopeto
472275ca99 r1824: rename favtag to subscriptions for some reason
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%40149
2010-09-07 03:25:28 +00:00
petopeto
0a7e85ab29 partial upstream merge of r1800: remove email activation (this hasn't really worked in a long time here anyway due to streamlined account creation)
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%40114
2010-09-06 23:40:45 +00:00
petopeto
51a8e3afc9 fix manually unblocking a user sets him to 20; don't need to do this since deleting the ban resets the level correctly already
--HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%4021
2010-07-05 10:01:15 +00:00
petopeto
30ff4fccd3 --HG--
branch : moe
extra : convert_revision : svn%3A2d28d66d-8d94-df11-8c86-00306ef368cb/trunk/moe%405
2010-04-20 23:05:11 +00:00