Pavel Chipiga
|
1cf2660cda
|
Fix search order. Refs #255
|
2012-03-08 02:32:12 +02:00 |
Pavel Chipiga
|
d6f9b2c3e9
|
Minor gems update. Apply search design and controller. Add and refactor search scopes. Fix relations. Separate and refactor search translations. Refactor search form. Refs #255
|
2012-03-06 17:53:04 +02:00 |
konstantin.grabar
|
8677fa7493
|
[refs #232] Remove name field
|
2012-03-02 14:39:48 +04:00 |
konstantin.grabar
|
e9ae923b60
|
[refs #195] Merge 3.2-master into 195-new_design_for_projects
|
2012-02-28 20:10:31 +04:00 |
Pavel Chipiga
|
159ef26b38
|
Merge branch 'master' into 3.2-master
Conflicts:
app/views/wiki/_compare.html.haml
app/views/wiki/_diff_data.html.haml
db/schema.rb
|
2012-02-27 22:32:57 +02:00 |
konstantin.grabar
|
72fec3b314
|
[refs #195] Add owner choose on project create
|
2012-02-27 13:03:28 +04:00 |
Pavel Chipiga
|
bda978a306
|
Fix bug with group autocomplete. Do not delete during rsync
|
2012-02-24 17:27:49 +02:00 |
Pavel Chipiga
|
ed60751dfa
|
Delegate all repo abilities to platform. Remove repository owner and relations. Fix templates and specs. Refactor and code cleanup. Refs #205
|
2012-02-21 01:13:05 +02:00 |
konstantin.grabar
|
1356ffa437
|
[refs #178] Fix project create error with group owner
|
2012-02-13 14:23:20 +04:00 |
Pavel Chipiga
|
7223b7deb9
|
Upgrade rails, devise, delayed_jobs and other gems. Fix dependencies. Apply assets pipeline, add to deploy. Refactor and cleanup Gemfile. Fix after upgrade bugs. Redo commentable_id from string to decimal. Refactor and code cleanup. Apply basic new design. Refactor main template. Automate menus. Improve translations. Refs #96
|
2012-02-09 01:46:25 +02:00 |
Alexander Machehin
|
36f609ec7d
|
[refs #143] fix destroy
|
2012-02-07 01:47:39 +06:00 |
George Vinogradov
|
24124766f4
|
[issue #64] Merge branch 'master' into 64-project_wiki
Conflicts:
Gemfile.lock
config/locales/en.yml
db/schema.rb
|
2012-01-31 02:07:11 +04:00 |
Pavel Chipiga
|
13780a1b53
|
Add magic encodings. Refs #95
|
2012-01-30 22:39:34 +02:00 |
George Vinogradov
|
2f315f869d
|
[issue #64] Merge branch 'master' into 64-project_wiki
Conflicts:
Gemfile.lock
app/models/project.rb
db/schema.rb
|
2012-01-30 13:27:22 +04:00 |
Pavel Chipiga
|
74f891fc83
|
Apply rsync for mandriva repo. Parse and import changes from official repo. Fix attachment types. Redo srpm upload wrapper to use it without paperclip. Add cron task through whenever. Refs #112
|
2012-01-27 17:35:18 +02:00 |
George Vinogradov
|
2d1e36fb1a
|
[issue #64] Changed own_projects validation.
|
2012-01-27 04:16:07 +04:00 |
George Vinogradov
|
ba84d5f216
|
[issue #64] Added validation of own_projects count.
|
2012-01-27 03:37:19 +04:00 |
George Vinogradov
|
1498e937f6
|
[issue #64] Added own_projects counters to User & Group
|
2012-01-27 02:33:18 +04:00 |
George Vinogradov
|
3e41e6fb42
|
Issue #4 fixed duplication of Relations when creating personal
repository
|
2011-12-08 18:03:56 +04:00 |
George Vinogradov
|
f154ccc132
|
Fixed groups creation.
|
2011-11-30 19:27:19 +04:00 |
Pavel Chipiga
|
796ff75857
|
Great models refactoring. Refactor some cancan abilities and controllers authorization. Move some common parts to modules. Fix lots bugs. Remove unused files and code. Drop ACL tables. Add more can? helpers. Refs #2249
|
2011-11-24 23:48:58 +02:00 |
konstantin.grabar
|
140eaf6265
|
[refs #2249] Remove old roles managment system
|
2011-11-21 21:43:37 +04:00 |
konstantin.grabar
|
5e7ded2e93
|
[refs #2249] Remove custom ACL from project
|
2011-11-19 16:11:44 +04:00 |
konstantin.grabar
|
e50959e205
|
[refs #2249] Add full rules, helpers and filters of CanCan
|
2011-11-19 15:41:11 +04:00 |
Pavel Chipiga
|
b2be92e4d1
|
Integrate grack into rails stack. Implement basic http auth for grack. Allow only downcase for uname and unixname. Refactor and code cleanup. Refs #2243
|
2011-11-15 23:58:27 +02:00 |
George Vinogradov
|
b48e4af930
|
Fixed owner links in projects & groups
|
2011-10-31 05:02:12 +04:00 |
George Vinogradov
|
6f256a40eb
|
Changed owner_relations in models group, platform, project, repository.
|
2011-10-29 19:56:01 +04:00 |
Pavel Chipiga
|
3cb8d5c4c7
|
Fix group creation bug. Add builds_list to layout menu. Change login error notification. Refs #2162
|
2011-10-29 13:56:26 +03:00 |
George Vinogradov
|
5b8f567d4b
|
User and Group creates with default role. Rake task 'roles:apply' to apply default
roles
|
2011-10-28 17:10:29 +04:00 |
konstantin.grabar
|
89312375fd
|
Merge master and personal_repos
|
2011-10-27 17:13:53 +04:00 |
konstantin.grabar
|
3114eb1ecc
|
[refs #2106] Add personal repos to project. Some changes of private repos controller and logic
|
2011-10-27 17:04:03 +04:00 |
Pavel Chipiga
|
0171a0a42a
|
Apply basic git repo functionality operation: add, change, destroy user ssh_key. Create, destroy, open/close project git repos. Calc project owner. Improve UI for users, groups and projects: fix links and routes, add actions refactor. Other minor fixes and refactoring. Add ssh_key uniqness check. Add uname uniqness check between User and Group. Check project owner ssh_key existance before project creation. Temporary disable uname and unixname change due to gitolite stranges. Refs #2136
|
2011-10-26 23:57:51 +03:00 |
George Vinogradov
|
82d72a851c
|
ACL for testing.
|
2011-10-24 01:39:44 +04:00 |
Toljio
|
b84ab42d00
|
add extension actions, model role_relations
|
2011-10-20 00:19:45 +04:00 |
George Vinogradov
|
f7ff112087
|
Finished models.
|
2011-10-18 19:07:09 +04:00 |
George Vinogradov
|
f76a3aee39
|
Added groups representation.
|
2011-10-17 00:48:02 +04:00 |
George Vinogradov
|
229b4bb3f4
|
Created new models and provided relationships between them.
|
2011-10-13 19:55:03 +04:00 |