summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/IStoredSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement setting removal for configuration settingsJames Moger2014-03-271-373/+395
|
* Add a method to test for the existence of a settingJames Moger2014-03-271-0/+10
|
* Merge overrides in addition to merging the normal settingsJames Moger2014-03-171-0/+1
| | | | | | | | | | Some command-line parameters are ignored due to a bug in the merge settings method which merges overrides into the normal settings map. This works fine until the settings class decides to reload from the pristine settings file which dumps the explicitly overrides. The solution is to merge the overrides in addition to the standard settings.
* Extract RuntimeManager from GitBlit singletonJames Moger2013-11-291-0/+9
| | | | Change-Id: I5358389396f816da979ec18a31421c2d2b67b3d9
* Define manager interfaces and update all of Gitblit to use managersJames Moger2013-11-261-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | These manager interfaces define how the GitBlit singleton will eventually be split into smaller component managers. The Wicket app and all servlets have been updated to request the needed managers. There are _very_ few method signature changes - although there are a handful. This is a surgical sharding of responsibility based on a proof of concept refactor. Instead of random references to GittBlit.self() there are now precise references to the manager interface required to accomplish some task. Some tasks may require references to multiple managers. The code is now littered with calls to GitBlit.getManager(class) and those familiar with the code-base will no doubt notice the duplication of methods from IUserService in IUserManager and the addition of implementation methods in the GitBlit context class. When the GitBlit class is broken apart and the existing external authentication user service classes are refactored to AuthenticationService classes, this will again simplify and flatten. But in order to safely and cleanly modularize the stable code-base we will have to live with a little duplication for a short while. Change-Id: I7314ec8acaab2dcc6092785ed4434cc09fdbbe16
* Trim trailing whitespace and organize importsJames Moger2013-09-301-24/+24
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Make days back filter a settingJames Moger2013-06-101-0/+35
|
* Added simple star/unstar functionJames Moger2013-05-301-1/+1
|
* Added Git Daemon supportJames Moger2013-04-031-0/+10
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+299
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
on value='automated/noid/stable25-update-ca-cert-bundle'>automated/noid/stable25-update-ca-cert-bundle Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Encryption/EncryptAllTest.php
blob: 1c59a3705afcb276fc979ee7ca1ac0e59c46c3cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118