NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/Dockerfiles/sogo/acl.diff

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

acl.diff on main
Author Date Commit Line Code
FreddleSpl0it 5 months ago e848226

[SOGo] Update paths from /usr/lib/ to /usr/local/lib/

Full commit hash
e84822606253172641d5e4a7fe99b8326b4dc0e3
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
1
--- /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox    2018-08-17 18:29:57.987504204 +0200
Open commit View diff
1 --- /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox 2018-08-17 18:29:57.987504204 +0200
same change e848226

[SOGo] Update paths from /usr/lib/ to /usr/local/lib/

Full commit hash
e84822606253172641d5e4a7fe99b8326b4dc0e3
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
2
+++ /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox    2018-08-17 18:29:35.918291298 +0200
Open commit View diff
2 +++ /usr/local/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox 2018-08-17 18:29:35.918291298 +0200
André almost 8 years ago 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
3
@@ -46,7 +46,7 @@
Open commit View diff
3 @@ -46,7 +46,7 @@
same change 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
4
           </md-item-template>
Open commit View diff
4 </md-item-template>
same change 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
5
         </md-autocomplete>
Open commit View diff
5 </md-autocomplete>
same change 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
6
       </div>
Open commit View diff
6 </div>
same change 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
7
-      <md-card ng-repeat="user in acl.users | orderBy:['userClass', 'cn']"
Open commit View diff
7 - <md-card ng-repeat="user in acl.users | orderBy:['userClass', 'cn']"
same change 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
8
+      <md-card ng-repeat="user in acl.users | filter:{ userClass: 'normal' } | orderBy:['cn']"
Open commit View diff
8 + <md-card ng-repeat="user in acl.users | filter:{ userClass: 'normal' } | orderBy:['cn']"
same change 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
9
                class="sg-collapsed"
Open commit View diff
9 class="sg-collapsed"
same change 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
10
                ng-class="{ 'sg-expanded': user.uid == acl.selectedUid }">
Open commit View diff
10 ng-class="{ 'sg-expanded': user.uid == acl.selectedUid }">
same change 66ee11c

[SOGo] Disable display of ACL "any/authenticated" by default

Full commit hash
66ee11c03d53aa3c70ca2718da6aed15f14439c3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
11
         <a class="md-flex md-button" ng-click="acl.selectUser(user, $event)">
Open commit View diff
11 <a class="md-flex md-button" ng-click="acl.selectUser(user, $event)">