Ari Timonen
b0b103a518
Remove acts_as_rateable
2020-03-22 14:55:47 +02:00
Ari Timonen
8c812df99c
Add some forum testing
2020-03-22 14:22:10 +02:00
Ari Timonen
a41b28ae23
Update uers_contoller and add almost working spec.
2020-03-21 22:33:44 +02:00
Ari Timonen
4c5108bc4e
Fix more tests
2020-03-20 01:31:04 +02:00
Ari Timonen
5a2324166e
Fix steamid validation
2020-03-18 23:36:21 +02:00
Ari Timonen
c9b7036047
Fix params + steamid bug
2020-03-18 23:23:30 +02:00
Ari Timonen
2bf16ba800
Fix topic params
2020-03-18 22:08:53 +02:00
Ari Timonen
f51af16ca2
User profile param fix
2020-03-18 22:03:56 +02:00
Ari Timonen
25761db2f3
Fix user params
2020-03-18 21:48:08 +02:00
Ari Timonen
5d4132ccbf
Fix link_to_function in contesters
...
Fix params for comment and message
Fix tinymce errors
2020-03-18 21:41:54 +02:00
Ari Timonen
c97a47ffda
Fix tinymce
...
Update docs
Update dockerfile, fix js issue, cleanup env files
2020-03-18 21:11:10 +02:00
Ari Timonen
46fab90cf4
Fix more scopes due to AR upgrades
2020-03-18 06:41:13 +02:00
Ari Timonen
9a6db89139
Fix bug on user page slow way
2020-03-18 05:53:19 +02:00
Ari Timonen
e59e8ac8e7
Lots of rails 4 updates
...
- Add .params to models and update controllers
- Add afk time to gather
- Reannotate models
- Fix rspec problem by using latest rspec plugins from github
2020-03-18 05:38:17 +02:00
Ari Timonen
76faa4d18c
Fix articles and the tests
...
Fix user password
Add errors to production only
Improve tests
2020-03-17 21:31:57 +02:00
Ari Timonen
2d73f617bc
Update to rails 6
2020-03-17 04:55:56 +02:00
Ari Timonen
c0a7c88b8d
Fix model + temp fix for view
2020-03-17 04:31:59 +02:00
Ari Timonen
a66cb599a1
JS fixes
2020-03-17 04:19:59 +02:00
Ari Timonen
04dc76b632
Fix a bug in team page
2020-03-17 04:19:34 +02:00
Ari Timonen
93ab019d8c
Fix more scopes and fix gather
2020-03-17 03:03:02 +02:00
Ari Timonen
00c5c86eb4
Fix icons after downgrade of FA
2020-03-17 02:13:57 +02:00
Ari Timonen
47c445acf4
Fix icon issue, Bump MySQL version
...
downgrade style plugins
2020-03-17 02:01:43 +02:00
Ari Timonen
fa4fbb589d
Change before_filter and remove attr_protected
2020-03-17 01:57:47 +02:00
Ari Timonen
160d29a569
Fix more scopes
2020-03-16 22:57:41 +02:00
Ari Timonen
143e364812
Fix more scopes for rails 4 + add rubocop
2020-03-16 22:46:27 +02:00
Ari Timonen
a6eb8bc7b1
More work on feature tests, remove readings
2020-03-16 04:36:06 +02:00
Ari Timonen
9952bf52b5
Fix country for undefined
2020-03-16 03:12:22 +02:00
Ari Timonen
0e64bb9333
Temp. solution for movies
2020-03-16 03:08:21 +02:00
Ari Timonen
4a2b4d6c71
Fix rails4 stuff
2020-03-15 22:59:08 +02:00
Ari Timonen
322001f8d3
Rails 4 fixes
...
Update to ruby 2.3.8
Update gems
Fix tests
2020-03-15 20:31:46 +02:00
Ari Timonen
5fcf4b2a72
Update to unread gem
2020-03-15 20:31:00 +02:00
Ari Timonen
bdbdef1635
Update to FactoryBot and fix admin panel spec
2020-03-15 15:33:58 +02:00
Ari Timonen
b35ba51910
More test fixes for rails 4
2020-03-15 09:53:52 +02:00
Ari Timonen
88721b28df
Fixes for development
...
Temporary fix for puma.rb
Rename .env.dev
Fix more merge conflicts
Dev env runs and tests run (with fails)
2020-03-14 21:43:19 +02:00
Ari Timonen
2c71b1147d
Merge rails-4 to rails4
2020-03-14 21:10:24 +02:00
Ari Timonen
4e3009b5c2
Rails 4 updates
2020-03-09 00:07:12 +02:00
Ari Timonen
eb67122771
Add spam text for pw recovery
2019-12-08 02:20:54 +02:00
Absurdon
db9d4c1564
Added Contributor Group Treatment
...
* Logrotation for production
* added contributors class method to Group
* added contributor? method to User
* added contributor flag to User-API
* added Contributor-Tab to staff-page
2019-11-12 23:27:54 +01:00
Ari Timonen
8760116bef
Make tests work a bit more
2019-10-22 01:57:48 +03:00
Ari Timonen
758dfda988
Update for rails 4
...
Mostly tests
2019-10-17 21:29:15 +03:00
Absurdon
7ec019fda6
Fixing Password Rest
...
* Reverting 'forgot' view back to a form
* Adding smtp configuration for production
* Adding postfix image to docker-compose
2019-10-14 22:26:43 +02:00
Ari Timonen
fc94c8b8e7
Add some upgrades and pending upgrade
2019-10-10 22:12:17 +03:00
Ari Timonen
11fcea3259
Add docker dev version
...
Add env and docker files for development
Fix some random things related to rails upgrade
2019-09-24 22:55:34 +03:00
Absurdon
e93588591b
Fix #131 Updating users may fail
...
Issue:
When a team gets deleted team_id is not properly cleared from users who
have set the team to be deleted as their main. When now someone trys
an operation that validates the user it fails as the team_id set on that
user is not valid anymore.
Solution:
To prevent this from happening in the future update users and set
team_id to nil.
Clean up:
To clean up existing users run
UPDATE users SET team_id=NULL WHERE team_id NOT IN(SELECT id FROM
teams);
2019-08-24 20:17:14 +02:00
Ari Timonen
23b545779d
Fix a few typos in views and models
2019-08-14 09:30:56 +03:00
Ari Timonen
91a8cdca59
Partially fix gather removal bug
2019-06-07 22:47:21 +03:00
Ari Timonen
f156ed3060
More progress on upgrade
2019-06-07 11:04:16 -04:00
Ari Timonen
ce9797aed8
More progress on Rails 4.1 update
...
Just fix scopes mostly.
Add binstubs.
2019-06-03 15:38:24 -04:00
Ari Timonen
768d3faa1b
Update scopes for rails 4
2019-06-02 04:26:36 +03:00
Ari Timonen
0b53968d3d
Temporary commit
2019-06-01 13:56:09 +03:00