Commit graph

1100 commits

Author SHA1 Message Date
Ari Timonen
bfeb8dc5df Fix thread-safety, Use workers instead
App it not thread safe, disable threads.
2020-11-29 17:11:00 +01:00
Ari Timonen
70ac50209b Update nginx files 2020-11-20 21:58:19 +01:00
Ari Timonen
176e98606e Update files in nginx config 2020-11-19 02:52:19 +01:00
Ari Timonen
ac55bbbed1 Update nginx files to support wildcard domain
Fix puma config
2020-11-08 18:29:11 +01:00
Ari Timonen
3b9ef2b064 Rename nginx files so resulting files is readable 2020-11-08 17:58:07 +01:00
Ari Timonen
e538032ed1 nginx: move gathers to its own file 2020-11-08 17:56:40 +01:00
Ari Timonen
df0a77c61f Update log mirroring scripts 2020-11-08 03:13:51 +02:00
Ari Timonen
9b037fb15c Update staging nginx 2020-11-08 01:39:15 +01:00
Ari Timonen
b6c33a5a79 Set mariadb version to fix DB issue 2020-11-05 04:30:59 +01:00
Ari Timonen
3d75804b62 Add a working version with new server setup
Add nginx configs, env.sh update docker-compose
2020-11-05 03:19:28 +01:00
Ari Timonen
7baa8ce807 Add some hacky scripts to sync demos and logs from GK 2020-10-13 23:02:10 +03:00
Ari Timonen
8d31bb902f Adjust voting time for gather 2020-05-10 17:15:47 +03:00
Ari Timonen
78edb9c4c9 Add gather sound and change to it 2020-05-10 17:11:14 +03:00
Ari Timonen
059be8a76a Backport fixes from rails4 branch
Fix row issue in profiles, fix tests.
2020-04-06 07:00:42 +03:00
Absurdon
d7f2538085
Fix headline for contributors 2019-12-08 12:30:01 +01:00
Ari Timonen
4402677704 Add dev dockerfiles 2019-12-08 02:20:54 +02:00
Ari Timonen
eb67122771 Add spam text for pw recovery 2019-12-08 02:20:54 +02:00
Absurdon
c56ca31e88
make sure the log folder and log file exist 2019-11-27 19:29:40 +01:00
Absurdon
c13d053bd8
have log file created in dockerfile 2019-11-27 17:57:52 +01:00
Absurdon
57859244ae
fixing spacing error in entry script 2019-11-25 15:03:35 +01:00
Absurdon
2c34da556a
Make sure the logfile exists 2019-11-25 14:11:38 +01:00
Absurdon
8dce3c8d6b
Added contributor flag to api spec 2019-11-13 00:20:18 +01: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
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
d27e72b6e4 Update Dockerfile 2019-10-09 22:04:09 +03:00
Ari Timonen
82d1dc7355 Add compiling master 2019-09-07 21:47:33 +03:00
Absurdon
9c67e1fbdd
Updating some dependencies 2019-08-25 18:58:56 +02: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
91a8cdca59 Partially fix gather removal bug 2019-06-07 22:47:21 +03:00
Ari Timonen
d0f0db6165 Fix gather issue 2019-05-19 18:14:29 -04:00
Ari Timonen
6122caa125 Add gather moderators
Fix few gather issues
2019-05-19 18:04:18 -04:00
adsfgg
cf3f5676b0 Update Discord link in staff page 2019-03-04 19:33:00 +01:00
Ari Timonen
36029b3a6f Revert "Change gather music"
This reverts commit e8bc227821.
2018-12-09 18:55:40 -05:00
Ari Timonen
2f1a217a00 Revert "Update gather music"
This reverts commit 9063e3104f.
2018-12-09 18:55:30 -05:00
Ari Timonen
9063e3104f Update gather music
Start from 0
2018-12-03 15:11:26 -05:00
Ari Timonen
e8bc227821 Change gather music 2018-12-03 15:03:07 -05:00
Jiriki
9a2ce76628
Merge pull request #122 from tweakign/lamefix
Fix NS1 gather issues.
2018-11-25 22:12:45 +00:00
Jiriki
b67c18dd90
Merge branch 'master' into lamefix 2018-11-24 23:44:05 +00:00
b
ee9ec74b1d Merge branch 'master' into lamefix 2018-11-15 21:21:12 +01:00
b
f6ca786c0e Update app/models/gather.rb 2018-11-15 21:16:04 +01:00
b
d5aef89bb0 add gathermod to gatherpage permissions 2018-11-15 20:59:36 +01:00
b
61e1826959 removed looping gather music, turned it down 2018-11-15 20:01:53 +01:00
adsfgg
f5ce390f97 Updated the discord link.
The old discord link had expired, replaced with a new link.
2018-09-23 21:02:08 +02:00
Absurdon
dec054eed8 removed shoutmsg history
removed compmod council group from staff page
fixed some errors with missing database entries
2018-09-21 17:30:43 +02:00
Absurdon
f695db4bb1 Fix updating of custom urls 2018-05-03 19:26:18 +02:00
Ari Timonen
a6944cb23c Merge branch 'docker_version3' 2018-04-25 16:43:28 +00:00
Ari Timonen
22fc8cb50b Update to a working version
- Use assets workaround to work around the volume issue with docker
- Add assets to gitignore
- Fix dalli hostname
- Update docker-compose to new paths for volumes
- Fix MariaDB issue with optimization opts
2018-04-25 16:41:22 +00:00
Ari Timonen
5096be9ff3 Fix Dockerfile
Add entry.sh
2018-04-23 21:57:01 +00:00
Ari Timonen
6b2f644352 Update docker version
With docker-compose and mariadb
2018-04-23 15:29:07 +00:00
Absurdon
8b03539f01 Use path helper instead of url helper to ensure not loading non https scripts in production 2018-04-22 17:09:06 +02:00