List of commits:
Subject Hash Author Date (UTC)
When editing rights, do not filter by uid. Reported by Gabi 1c50981db99bc9ba05cfa1a6e735eddc3af2a0e8 Catalin(ux) M. BOIE 2015-12-16 21:46:29
Rights and CSS fixes c16729a6930e8168b4c3fdf897319987d33b5ba7 Catalin(ux) M. BOIE 2015-12-13 19:25:35
Corrected urls to bug and notes 02032d2670f977cf4e40b2a1561527e0832a4ffa Catalin(ux) M. BOIE 2015-12-13 05:19:50
Random changes: TODO, CSS etc. 514ca23b83da81827e03c7ff8866aa29d75f0f5e Catalin(ux) M. BOIE 2015-12-11 17:56:38
Amazon CodeDeploy first "battle" plan d48b652f02ed413c089a462f493dbf7dbec27388 Catalin(ux) M. BOIE 2015-12-11 17:56:18
Explained more clear the block all rights rule 865dd66672abfb1fb0996a970f563dcc7d9a43d0 Catalin(ux) M. BOIE 2015-12-11 17:52:49
Show on user's homepage since when is a member f514219acda902ddb7ce34708ce6a107bed995b2 Catalin(ux) M. BOIE 2015-12-11 17:50:41
Fetch for public repo smust have prio 1 not 30001 4dc521603485fd804d4cdeed0819c432f1120e55 Catalin(ux) M. BOIE 2015-12-11 17:30:26
Added 'lock repo' feature 64c5b48e8f769d5f4357ecba80529d649d65df6f Catalin(ux) M. BOIE 2015-12-11 17:28:47
trim description - eles an empty line will show up e512914d92723c7f8aecab4fcf99edbffbc8e795 Catalin(ux) M. BOIE 2015-12-08 19:15:40
First draft for Amazon 8eb80fe68d9586688e4b9b16f0cd80f936501af8 Catalin(ux) M. BOIE 2015-12-08 18:47:17
Add 'watch' button for user; corrected 'watch' bugs 73ca78916920d60c12725c709d136e80238aa1eb Catalin(ux) M. BOIE 2015-12-07 19:49:48
TODO updates, log last webhook output 24895c5ccb8c47315bd6897f2a60f9c8c3b3d6b1 Catalin(ux) M. BOIE 2015-12-06 17:04:56
keys: add some caching and prevent updating first_use if not necessary 35a152bc27fb1791f3f9d8ad1287c3847ed334a1 Catalin(ux) M. BOIE 2015-12-05 17:21:19
Deal correctly with cache regarding last_bug_id 705351cdea6af55f9dd61de0d85d41b8ac33fc88 Catalin(ux) M. BOIE 2015-12-03 21:01:08
Settle to Affero GPLv3+ 679d4032059256a01610e65cbff5496d32d9fc7d Catalin(ux) M. BOIE 2015-12-03 19:40:12
Missing Affero dee2c08fc8a0371ac37f6f00bf7f3e2e01f92e92 Catalin(ux) M. BOIE 2015-12-03 19:36:10
DO not show 2fa hint for a visiting user 4ff8837ef0f45572592f1d81724737b3732a046a Catalin(ux) M. BOIE 2015-12-03 17:25:24
Let the user choose the e-mail, no defaults should be suggested 09450741613a407c09bb465bff8a3c19c565df9a Catalin(ux) M. BOIE 2015-12-02 18:12:08
Pass uid for all events; more fixes for unit tests 866e43baf739ae7072949559d1c7e089c086af76 Catalin(ux) M. BOIE 2015-11-19 19:28:26
Commit 1c50981db99bc9ba05cfa1a6e735eddc3af2a0e8 - When editing rights, do not filter by uid. Reported by Gabi
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-12-16 21:46
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-12-16 21:46
Parent(s): c16729a6930e8168b4c3fdf897319987d33b5ba7
Signing key:
Tree: 5419ad967642a4ed952933decc5295c638428943
File Lines added Lines deleted
inc/repo.inc.php 2 2
File inc/repo.inc.php changed (mode: 100644) (index 4a84433..bd79904)
... ... function rg_repo_admin_rights($db, $rg, $type)
1511 1511 while ($a['edit_id'] > 0) { while ($a['edit_id'] > 0) {
1512 1512 $owner = $rg['ri']['uid']; $owner = $rg['ri']['uid'];
1513 1513 $r = rg_rights_get($db, $rg['ri']['repo_id'], $type, $r = rg_rights_get($db, $rg['ri']['repo_id'], $type,
1514 $owner, $rg['login_ui']['uid'], $a['edit_id']);
1514 $owner, -1, $a['edit_id']);
1515 1515 if ($r['ok'] != 1) { if ($r['ok'] != 1) {
1516 1516 $list_errmsg[] = "cannot load rights: " . rg_rights_error(); $list_errmsg[] = "cannot load rights: " . rg_rights_error();
1517 1517 break; break;
 
... ... function rg_repo_admin_rights($db, $rg, $type)
1522 1522 break; break;
1523 1523 } }
1524 1524
1525 // Only one right is returned when we edit one
1525 // Only one right is returned when we edit by right_id
1526 1526 $a = $r['list'][0]; $a = $r['list'][0];
1527 1527
1528 1528 $load_defaults = 0; $load_defaults = 0;
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main