Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/capabilities.c at check-in 3b7970e032b39c6b
|
2023-04-13
| ||
| 07:01 | Typo fix in capabilities.c, reported in forum. ... (file: [73cd01031c] check-in: [0df0586a11] user: danield branch: trunk, size: 13661) | |
|
2023-02-17
| ||
| 14:37 | A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. ... (file: [34faa335a7] check-in: [c71f711ec9] user: stephan branch: compiler-warnings, size: 13660) | |
|
2022-11-13
| ||
| 16:26 | Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (file: [6658ad82cf] check-in: [1f231db380] user: ericwikman branch: wcag-2.1, size: 13644) | |
|
2022-02-23
| ||
| 17:18 | Spelling corrections caught by Debian's automated tools, thanks to Barak A. Pearlmutter. ... (file: [cc5e22191f] check-in: [9993c43b5c] user: danshearer branch: trunk, size: 13646) | |
|
2021-12-19
| ||
| 18:10 | Add the "E" and "F" capability letters to control reading and writing to the synclog. ... (file: [ec331272c3] check-in: [06b3ace4ce] user: drh branch: synclog, size: 13811) | |
|
2020-12-22
| ||
| 20:11 | Begin trying to integrate the chatroom prototype into the Fossil core. New code is in src/chat.c and src/chat.js. Add the new "C" capability to enable access to chat. The new code compiles but is not yet functional. (This is an incremental check-in.) The original tools/chat.tcl Wapp script is still available for reference. ... (file: [bd7c9b0256] check-in: [217b0d2548] user: drh branch: chatroom-dev, size: 13647) | |
|
2020-05-16
| ||
| 01:08 | Integrate ARIA suggestions from Peter Laursen. ... (file: [b7a996e3dc] check-in: [7dd07b2e01] user: drh branch: trunk, size: 13380) | |
|
2020-04-24
| ||
| 00:49 | Add the ability to deny capabilities to self-registered accounts until the email verification comes through. ... (file: [6b30e41b9e] check-in: [3b7970e032] user: drh branch: restricted-self-registration, size: 13379) | |
|
2020-03-12
| ||
| 18:03 | Added comments and documentation for the removal of d cap. ... (file: [c301971cf4] check-in: [7454cce841] user: wyoung branch: eradicate-d-cap, size: 13377) | |
| 18:02 | Removed a "#if 0" related to this branch. ... (file: [6ebbff4330] check-in: [dfa6609a9a] user: wyoung branch: eradicate-d-cap, size: 13269) | |
| 10:50 | Omit the 'd' capability (the ability to delete wiki and tickets). This capability does not do anything. Apparently, it is a hold-over from the old CVSTrac code. ... (file: [340f212b72] check-in: [3941824d85] user: drh branch: trunk, size: 13379) | |
| 01:50 | This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. ... (file: [006ba9d7a4] check-in: [ba56f5e5cc] user: drh branch: mistake, size: 13302) | |
|
2020-02-27
| ||
| 19:16 | More information on Setup and in Security-Audit to help admins configure Public Pages with the correct capabilities. ... (file: [aee39ddf23] check-in: [0c374456b3] user: drh branch: trunk, size: 13352) | |
|
2020-01-28
| ||
| 15:33 | In the capability summary matrix (shown on the Security Audit page, for example) do not attribute "anonymous" capabilities to user "nobody". ... (file: [76ed4eb5d5] check-in: [b833df21f7] user: drh branch: trunk, size: 13001) | |
|
2019-09-04
| ||
| 22:46 | Removed 'x' from the string of caps reported for Admin and Setup users in capability_expand(), which is used within the SQLite extension function fullcaps(), which among other things affects the output of /setup_ucap_list. We were still reporting that Admin and Setup users have Private capability despite [bcdc4c55]. ... (file: [09af50b15b] check-in: [63581ec8ba] user: wyoung branch: trunk, size: 12925) | |
|
2019-08-29
| ||
| 02:44 | Changed internal docs on capability 6 (AdminForum) to remove the claim that it can be used to revoke capabilty 4 (WrTForum) from users. I think that feature was planned, but no UI was ever created to support it. Maybe that feature will come someday, but the forum feature is over a year old now. Doing it on this branch because this is all part of the capability documentation improvements. Without this checkin, the cap ref doesn't match the code's internal docs. ... (file: [b0c35705c4] check-in: [fd9ba57a6a] user: wyoung branch: caps-doc, size: 12926) | |
|
2019-07-26
| ||
| 13:35 | Fix the fullcap() SQL function so that it correctly expands the capabilities of Admin and Setup users to include everything. ... (file: [43fe0c849f] check-in: [384fdb6b4f] user: drh branch: trunk, size: 12936) | |
|
2019-07-16
| ||
| 20:02 | Code cleanup: Add a lot of "const" qualifiers for static (string) arrays, where appropriate. This allows the C compiler to optimize more ... (file: [97f3195667] check-in: [70a94d0972] user: jan.nijtmans branch: trunk, size: 12800) | |
|
2019-04-23
| ||
| 13:50 | Fix the computation of capabilities in the "Capability Summary" report so that it ignores the special users "nobody", "anonymous", "reader", and "developer". ... (file: [f6e6ad2691] check-in: [63febeb7f4] user: drh branch: trunk, size: 12789) | |
|
2019-03-25
| ||
| 06:18 | Typo fix, reported in the forum: administator. ... (file: [250886f113] check-in: [1614c9b5d0] user: stephan branch: trunk, size: 12753) | |
|
2018-10-04
| ||
| 14:56 | On the /setup_ucap_list page, show the number of users having each capability, with a link to a list of users. This only works for administrators. ... (file: [387c89d786] check-in: [594421796a] user: drh branch: trunk, size: 12752) | |
|
2018-08-29
| ||
| 12:57 | Improvements to the capability listing page: /setup_ucap_list ... (file: [284becd465] check-in: [8689cf8b83] user: drh branch: trunk, size: 11819) | |
|
2018-08-17
| ||
| 12:32 | Improvements to privilege processing and the "Security Audit" page /secaudit0. ... (file: [660e8b37ce] check-in: [397d23c161] user: drh branch: trunk, size: 11812) | |
|
2018-07-31
| ||
| 10:30 | Fix a minor problem with the user capability summary display. ... (file: [ba1baaea14] check-in: [2cce85f421] user: drh branch: forum-v2, size: 11759) | |
|
2018-07-30
| ||
| 23:29 | Improved login screen with a "Create A New Account" button. ... (file: [e34a78cca4] check-in: [14335899ef] user: drh branch: forum-v2, size: 11759) | |
| 21:39 | Futher improvements to the user capability summary display. ... (file: [92d799a89c] check-in: [45591e2111] user: drh branch: forum-v2, size: 11434) | |
| 21:17 | Improved CSS for the user capability summary. ... (file: [b561e67508] check-in: [ba232e261e] user: drh branch: forum-v2, size: 11052) | |
| 21:08 | Add the user capability summary to the security audit. ... (file: [b9a3456aff] check-in: [39d5e6751f] user: drh branch: forum-v2, size: 10836) | |
| 19:14 | Break out the processing of capability strings into a separate source file. Add new SQL functions: capunion() and fullcap(). Only send email notifications to users who have appropriate capabilities. ... (file: [02eab14508] check-in: [8a28a37c87] user: drh branch: forum-v2, size: 8673) | |