Show More
@@ -1,55 +1,57 b'' | |||
|
1 | 1 | |RCE| 4.1.0 |RNS| |
|
2 | 2 | ----------------- |
|
3 | 3 | |
|
4 | 4 | Release Date |
|
5 | 5 | ^^^^^^^^^^^^ |
|
6 | 6 | |
|
7 |
- 2016-06- |
|
|
7 | - 2016-06-12 | |
|
8 | 8 | |
|
9 | 9 | General |
|
10 | 10 | ^^^^^^^ |
|
11 | 11 | |
|
12 |
- Migrated more views to Pyramid. Those now include login, social plugins, |
|
|
13 | - Started Implementing Pyramid Events system in exchange to rcextensions callbacks | |
|
14 | - JS routes assets are now generated in development mode automatically | |
|
12 | - Migrated more views to Pyramid. Those now include login, social auth plugins, | |
|
13 | full text search. | |
|
14 | - Started implementing Pyramid Events system in exchange to rcextensions callbacks. | |
|
15 | - JS routes assets are now generated in development mode automatically. | |
|
15 | 16 | - ini: Add fallback authentication plugin setting. In case only one |
|
16 | 17 | authentication backend is enabled users can now enable fallback auth if |
|
17 | they cannot log-in due to external servers being down | |
|
18 | - Bumped Mercurial to 3.8.3 version | |
|
19 | - Bumped RhodeCode Tools to 0.8.3 version | |
|
18 | they cannot log-in due to external servers being down. | |
|
19 | - Bumped Mercurial to 3.8.3 version. | |
|
20 | - Bumped RhodeCode Tools to 0.8.3 version. | |
|
20 | 21 | |
|
21 | 22 | New Features |
|
22 | 23 | ^^^^^^^^^^^^ |
|
23 | 24 | |
|
24 |
- |
|
|
25 | content search results | |
|
26 | - Go To switcher now searches commit hashes as well | |
|
27 | - Token based authentication is now in CE edition as well | |
|
25 | - Search: add syntax highlighting, line numbers and line context to file | |
|
26 | content search results. | |
|
27 | - Enabled new Elastic Search based engine. | |
|
28 | - Go To switcher now searches commit hashes as well. | |
|
29 | - RhodeCode Auth-Token based authentication is now in CE edition. | |
|
28 | 30 | - User groups: added autocomplete widget to be able to select members of |
|
29 | 31 | other group as part of current group. |
|
30 | 32 | |
|
31 | 33 | Security |
|
32 | 34 | ^^^^^^^^ |
|
33 | 35 | |
|
34 | 36 | - Added new action loggers for actions like adding/revoking permissions. |
|
35 | 37 | - permissions: show origin of permissions in permissions summary. Allows users |
|
36 | 38 | to see where and how permissions are inherited |
|
37 | 39 | |
|
38 | 40 | Performance |
|
39 | 41 | ^^^^^^^^^^^ |
|
40 | 42 | |
|
41 | 43 | |
|
42 | 44 | |
|
43 | 45 | Fixes |
|
44 | 46 | ^^^^^ |
|
45 | 47 | |
|
46 | 48 | - api: gracefully handle errors on repos that are damaged or missing |
|
47 | 49 | from filesystem. |
|
48 | 50 | - logging: log the original error when a merge failure occurs |
|
49 | 51 | - #3965 Cannot change the owner of a user's group by using the API |
|
50 | 52 | - database is now initialized inside pyramid context |
|
51 | 53 | - fixed wrong check on LDAP plugin about missing ldap server |
|
52 | 54 | - Bring back multi-threaded workers to gunicorn for backward compatibility with |
|
53 | 55 | previous RhodeCode versions |
|
54 | 56 | - Commit dates are now properly handled as UTC. This fixes some issues |
|
55 | 57 | with displaying age of commits No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now