Matej Zrimšek
|
46465060d0
|
Added automatic sign in with token authentication, needed when signing in from different webpage. [closes SCI-689]
|
2016-11-30 16:56:56 +01:00 |
|
Luka Murn
|
76ec77fce4
|
Merge pull request #329 from biosistemika/simplify-signup
Merge simplify-signup into master
|
2016-11-30 09:41:20 +01:00 |
|
Luka Murn
|
b5d0a39827
|
Fix some recaptcha form submit errors for signup pages
Closes SCI-746.
|
2016-11-29 15:53:58 +01:00 |
|
okriuchykhin
|
f9c8223fe5
|
Merge pull request #321 from okriuchykhin/ok_SCI_736
Improve regexp for image whitelisting [SCI-736]
|
2016-11-28 15:46:54 +01:00 |
|
Oleksii Kriuchykhin
|
cc0aab2e59
|
Improve regexp for image whitelisting [SCI-736]
|
2016-11-28 10:08:54 +01:00 |
|
okriuchykhin
|
31f6379866
|
Merge pull request #318 from okriuchykhin/ok_SCI_736
Add whitelisting of supported image types [SCI-736]
|
2016-11-28 09:32:49 +01:00 |
|
okriuchykhin
|
5981d1a48e
|
Merge pull request #316 from okriuchykhin/ok_SCI_738
Add full name field to accept invitation form [SCI-738]
|
2016-11-25 16:15:23 +01:00 |
|
Oleksii Kriuchykhin
|
74f6455a8f
|
Add whitelisting of supported image types [SCI-736]
|
2016-11-25 16:12:43 +01:00 |
|
Oleksii Kriuchykhin
|
3fdb20b92c
|
Add full name field to accept invitation form [SCI-738]
|
2016-11-25 11:15:10 +01:00 |
|
Luka Murn
|
87d3280847
|
Refactor registrations_controller code slightly
|
2016-11-25 09:56:07 +01:00 |
|
Oleksii Kriuchykhin
|
698e07a3b5
|
Enable reCaptcha and auto log in on confirm invitation form [SCI-706]
|
2016-11-24 14:11:02 +01:00 |
|
Luka Murn
|
198febfd94
|
Fix user projects not working
|
2016-11-23 13:19:10 +01:00 |
|
Luka Murn
|
fba646bfba
|
Fix Hound errors
|
2016-11-22 15:19:12 +01:00 |
|
Luka Murn
|
7cbe44d1f2
|
Refactor user projects & user my modules code
|
2016-11-22 15:16:26 +01:00 |
|
Luka Murn
|
201b1a48d5
|
Refactor user my modules code
|
2016-11-22 15:07:18 +01:00 |
|
Luka Murn
|
e0607f7891
|
Refactor step comments code
|
2016-11-22 15:01:48 +01:00 |
|
Luka Murn
|
0c96036de8
|
Refactor some sample types code
|
2016-11-22 14:59:57 +01:00 |
|
Mojca Lorber
|
60f23b109b
|
integrate reCaptcha into sciNote
|
2016-11-22 14:57:41 +01:00 |
|
Luka Murn
|
8ff5285179
|
Refactor some sample groups code
|
2016-11-22 14:57:01 +01:00 |
|
Luka Murn
|
f5e286b1f6
|
Remove unused code for some more comments
|
2016-11-22 14:52:43 +01:00 |
|
Luka Murn
|
1f7a8712fb
|
Update task comments & task tags controllers & localized Strings
(Remove a lot of unused code)
|
2016-11-22 14:26:35 +01:00 |
|
Luka Murn
|
59eb1c1d18
|
Remove unused new, edit user_projects views
|
2016-11-19 17:01:10 +01:00 |
|
Luka Murn
|
911b7ba72f
|
Remove unused new user_my_module view
|
2016-11-19 16:59:24 +01:00 |
|
Luka Murn
|
6999105e51
|
Remove tags
|
2016-11-19 16:57:08 +01:00 |
|
Luka Murn
|
008b31df0c
|
Finish removing new comment forms
|
2016-11-19 16:54:55 +01:00 |
|
Luka Murn
|
595b213b1a
|
Changes up to samples in views folder
|
2016-11-19 16:51:40 +01:00 |
|
Luka Murn
|
3be30c0e7a
|
Re-introduce fix for SCI-650 that was lost during merge
Closes SCI-650.
|
2016-11-18 10:57:03 +01:00 |
|
Luka Murn
|
26d04b1f3c
|
Merge branch 'rich-text-formatting' into 'master'
Conflicts:
Gemfile.lock
app/assets/stylesheets/themes/scinote.scss
|
2016-11-17 16:39:33 +01:00 |
|
Luka Murn
|
9d3685f872
|
Merge branch 'gamification' into 'master'
Conflicts:
app/controllers/users/invitations_controller.rb
app/controllers/users/settings_controller.rb
|
2016-11-17 16:30:18 +01:00 |
|
Luka Murn
|
04749c3b2c
|
Allow inviting of existing, unconfirmed users
Closes SCI-676.
|
2016-11-15 15:04:31 +01:00 |
|
Luka Murn
|
861e7cf72d
|
Update invited user form so it works if user inputs empty team name
Closes SCI-650
|
2016-11-11 17:27:32 +01:00 |
|
Luka Murn
|
564274a588
|
Set invited_by field to invited users
|
2016-11-10 14:45:24 +01:00 |
|
Mojca Lorber
|
d2ae11f1af
|
fix hound
|
2016-11-10 14:16:54 +01:00 |
|
Mojca Lorber
|
3e162b3a93
|
remove redcarpet gem - markdown
|
2016-11-10 14:11:32 +01:00 |
|
mlorb
|
0793fb9f11
|
Merge pull request #260 from mlorb/ml_sci_614
Add notification for removing user from team and removing user from project [SCI-614]
|
2016-11-08 11:30:49 +01:00 |
|
Mojca Lorber
|
27c83992b4
|
refactoring notification method
|
2016-11-07 15:31:06 +01:00 |
|
Luka Murn
|
ce7733e9e9
|
Also add notification when UserOrganization is created
|
2016-11-07 09:47:30 +01:00 |
|
Luka Murn
|
0ab62576a2
|
Add new modal to organization page, remove old modal code
|
2016-11-07 09:43:10 +01:00 |
|
Luka Murn
|
6fe0d6b3df
|
A working invite modal!
|
2016-11-07 09:43:10 +01:00 |
|
Luka Murn
|
ccf8932611
|
Add first version of invite users modal
|
2016-11-07 09:43:09 +01:00 |
|
Oleksii Kriuchykhin
|
fe6724431e
|
Futher improvement of samples assign/unassign logging [SCI-605]
|
2016-11-07 09:29:56 +01:00 |
|
Oleksii Kriuchykhin
|
a1bfacef86
|
Improved samples assign/unassign logging [SCI-605]
|
2016-11-03 17:59:32 +01:00 |
|
Oleksii Kriuchykhin
|
3d25da5db7
|
Fixed bug with protocol loading from file [SCI-605]
|
2016-11-03 14:15:22 +01:00 |
|
Mojca Lorber
|
749b108928
|
fix hound
|
2016-11-02 13:32:15 +01:00 |
|
Mojca Lorber
|
a2213e23b3
|
add notification for removing user from team and removing user from project
|
2016-11-02 11:52:41 +01:00 |
|
Oleksii Kriuchykhin
|
e8d20dfc01
|
Added additional activities [SCI-605]
|
2016-11-02 10:43:36 +01:00 |
|
Luka Murn
|
eec6b1403d
|
Merge pull request #247 from Ducz0r/lm-hotfix-blank-current-org
Add check in application controller to always set current org if nil
|
2016-10-25 11:53:05 +02:00 |
|
Zmago Devetak
|
266d1415d0
|
Merge pull request #246 from ZmagoD/zd_SCI_599
fixes error when removing user from team [SCI-599]
|
2016-10-25 11:52:44 +02:00 |
|
Luka Murn
|
7885fd0f39
|
Add check in application controller to always set current org if nil
|
2016-10-25 11:39:57 +02:00 |
|
zmagod
|
6a328969f0
|
reset current_user if the user leaves the team [fixes SCI-599]
|
2016-10-25 09:53:02 +02:00 |
|