Tom Hughes
e9c82ce19d
Update database schema
2012-09-16 14:47:48 +01:00
Tom Hughes
686ce8f3e5
Fix interpolation issues in attribution text
2012-09-13 09:56:26 +01:00
Tom Hughes
3ca027f3d6
Update schema
2012-08-10 08:42:38 +01:00
Tom MacWright
221ca3c1fa
Improve user page navigation menu
...
Add counts to edits, blocks, and traces; don't show blocks if there
are none; and move OAuth to the settings page.
2012-08-10 08:26:48 +01:00
Tom Hughes
5fabab8b08
Update database schema
2012-04-09 20:52:32 +01:00
Tom Hughes
c5152d1860
Improve styling of redaction view
2012-04-05 14:33:13 +01:00
Matt Amos
851de28303
Added redactions resource
2012-04-05 13:50:15 +01:00
Matt Amos
822759075c
Add redactions table and link it to history tables
2012-04-04 08:43:44 +01:00
Tom Hughes
987c52f53e
Only require a readable database for login, not a writable one
2012-03-28 10:08:38 +01:00
Tom Hughes
19b6221b32
Drop the sessions table
2012-03-28 10:07:58 +01:00
Tom Hughes
5f33656c8d
Get rid of custom CSRF protection for user role changes
...
By restricting role changes to POST requests, which they should be
anyway, we get all the rails CSRF protection for free.
2012-03-20 17:21:13 +00:00
Tom Hughes
3b0ff552de
Add "text" to the valid formats
2012-03-18 13:19:44 +00:00
Tom Hughes
8a7a4b2ece
Update schema
2012-03-17 17:14:11 +00:00
Tom Hughes
d66f38de45
Update schema
2012-03-17 16:36:59 +00:00
Tom Hughes
aa4205482a
Treat all newly entered blocks of text as Markdown
2012-03-17 16:36:55 +00:00
Tom Hughes
c74180ba0f
Update schema
2012-03-09 20:17:21 +00:00
Tom Hughes
fc0b4e2dba
Update schema
2012-03-07 16:44:50 +00:00
Tom Hughes
1cc882b23f
Fix migration to work with mass assignment protection
2012-03-06 19:00:49 +00:00
Tom Hughes
4065f8f4f3
Update schema
2012-02-23 16:05:58 +00:00
Tom Hughes
e296b8b703
Commit the generated database schema
2012-02-23 15:58:45 +00:00
Tom Hughes
eae5192957
Add image fingerprints to users
2012-02-20 11:53:39 +00:00
Tom Hughes
e70396d70b
Replace the file_column plugin with paperclip
2012-02-15 17:48:15 +00:00
Tom Hughes
a29c8f670d
Ignore db/structure.sql
2012-02-15 17:48:14 +00:00
Tom Hughes
cd43529cc8
Add support for domain based ACLs
2012-02-08 21:40:21 +00:00
Tom Hughes
9c0d5277ad
Combine the address and netmask for an ACL in one column
2012-02-08 14:09:50 +00:00
Tom Hughes
beb0ef6357
Stop pretending we support MySQL
2012-02-08 14:08:49 +00:00
Tom Hughes
3e99bbf5a9
Remove lib prefix from includes for ruby 1.9 compatibility
2012-01-05 20:33:19 +00:00
Jason Meinzer
1a65b3ac6f
Qualify ActiveRecord::IrreversibleMigration
2012-01-04 22:25:53 +00:00
Jason Meinzer
1aa7b3b6a8
Fix ruby 1.9 syntax error caused by space before parens on method call
2012-01-04 22:25:53 +00:00
Tom Hughes
af2b13c2c1
Require user names and emails to be case insensitively unique
...
Any existing clashes are allowed to remain for now, byt any new
accounts, or changes to names on existing accounts, must be unique
without regard to case.
2011-12-12 19:11:06 +00:00
Tom Hughes
7b89dc6349
Make OAuth work again
2011-11-16 21:13:25 +00:00
Tom Hughes
fc25c3d412
Rename all ID columns that aren't unique
...
Having a table with a column called ID that is only part of the
primary key really doesn't work as rails likes to treat ID as a
special name so it becomes impossible to assign to it or read it.
2011-11-14 09:42:52 +00:00
Tom Hughes
e1213a4651
Use Rails.xxx instead of RAILS_XXX
2011-11-14 09:42:40 +00:00
Tom Hughes
c9fa49c994
Update to rails 3
2011-11-14 09:42:40 +00:00
Tom Hughes
832b96b75a
Merge branch 'master' into openid
...
Conflicts:
app/controllers/user_controller.rb
app/views/user/terms.html.erb
test/fixtures/users.yml
2011-05-21 12:14:56 +01:00
Matt Amos
8b12abd5bb
Phase 2 CTs implementation and tests, with config parameter
2011-04-03 13:46:16 +01:00
Tom Hughes
0ea9f92be5
Merge branch 'master' into openid
...
Conflicts:
app/controllers/user_controller.rb
2010-12-05 15:15:55 +00:00
Matt Amos
cd66a5db99
Initial work on support for multiple editors
2010-11-29 12:20:21 +00:00
Grant Slater
60fc060d27
DB Function add standard pgsql include dir too
2010-11-12 15:31:44 +00:00
Tom Hughes
f70feedc65
Merge branch 'master' into openid
2010-09-24 09:35:36 +01:00
Tom Hughes
1c3a9ee62b
Update oauth models and controllers for OAuth 1.0a support
2010-09-21 16:20:30 +01:00
Tom Hughes
f7009c5781
Fix OpenID migration to not create authentication tables
2010-05-16 12:48:01 +01:00
Tom Hughes
996e60614d
Merge branch 'master' into openid
2010-05-16 12:11:01 +01:00
Tom Hughes
8657cd4724
Fix some bogus down migrations
2010-05-16 12:10:28 +01:00
Tom Hughes
9b10cbccb6
Merge branch 'master' into openid
...
Conflicts:
config/locales/is.yml
2010-05-14 22:50:17 +01:00
Tom Hughes
594960dc63
Add user_id + created_at index to changesets
...
Browsing changesets for a user will be much faster if we can get the
user's changesets in date order.
2010-05-13 18:16:31 +01:00
Tom Hughes
64f373dc59
Merge branch 'master' into openid
...
Conflicts:
app/controllers/user_controller.rb
app/views/user/new.html.erb
config/locales/en.yml
public/stylesheets/common.css
2010-05-11 21:22:43 +01:00
Tom Hughes
89ec02ea0a
Renumber migration to avoid conflict with master
2010-05-11 19:06:30 +01:00
Ævar Arnfjörð Bjarmason
9ab2048f54
Rename open_id_authentication_tables migration to avoid clash
...
If there's another migration on master before this gets merged this'll
probably have to be changed again.
2010-05-08 18:56:42 +00:00
Tom Hughes
f85681c5ce
Merge branch 'master' into openid
...
Conflicts:
app/controllers/user_controller.rb
2010-05-07 22:28:07 +01:00