Fork: SSLSupport

commits

date

comment

3818a114d7c6
by rtur
Nov 2 2010
5:14 PM
default tip

- Recycle bin (for comments only)
- Action buttons in comment lists moved from aspx pages to htm template
(1.6.2.32)

7ed69ba5487d
by Ben Amada
Nov 1 2010
12:00 AM

- Added new RightCategory enum to categorize Rights (made part of existing RightDetailsAttribute).
- Updated Rights page to output rights in category groups.
- Removed "RequireLoginToViewPosts" setting - now checking user's right to "ViewPublicPosts".
- Removed HTML table row in UserService Edit method, instead using template.
- New Post shortcut property "CanUserDeletePost".
- Fixed incorrect Security check in Reject webmethod (issue 11981)
(1.6.2.31)

f9b2281565f8
by Ben Amada
Oct 30 2010
11:38 PM

- Setup default Rights for Anonymous and Editors in rights.xml file, updated default roles.xml and settings.xml files.
- Creating Editors role if it does not exist.
- Defaults for Anonymous and Editors role will be auto-generated to defaults if Rights are missing from data store.
- Added "EditorsRole" to BlogSettings, and made configurable via web.config appSetting.
- Handling Role renames and Role deletions in Rights class so Rights class stays in-sync with changes in Roles.
- Removed the table row HTML from RoleService when rename occurs -- instead now calling JS LoadRoles() which uses template.
- Added missing XML comments to methods.
(1.6.2.30)

faecc1d57e4f
by Ben Amada
Oct 30 2010
9:25 PM

- Earlier merge with new Rights system
- Implemented FillRights() & SaveRights() in DbBlogProvider
- Created 2 new DB table for SQL Server, updated DB upgrade script file.
- Centralized check for Administrators and Anonymous role in Right constructor.
- Profile page fix so profile roles are saved.
- New JsonRole class used to remove/disable Editing/Deleting of "system roles" (admin/anonymous).
- Removed Rights tab from Users page - can now get to this via a new Rights link on Roles page (next to Edit/Delete).
- Calling JS LoadRoles() and LoadUsers() when new role/user is added so the same template is used for new table row.
- Url decoding Querystring() function return value (admin.js) to deal with query string values with URL encoded values such as spaces (%20).
(1.6.2.29)

69cde2e076b9
by Ben Amada
Oct 30 2010
6:01 PM

Merge Security Rights fork with 1.6.2.28.

d26498762d67
by rossisdead
Oct 29 2010
4:29 AM

More updates to the rights system. Also fixed a few possible security related problems.

054cfad84828
by rossisdead
Oct 29 2010
2:50 AM

Added CurrentUserOwnsPost to Posts.cs. This method allows for checking a Post against the current user to see if they created it. This should replace the areas through out the code that constantly call for Author name equality.

da1910c4bfb2
by rossisdead
Oct 29 2010
1:14 AM

Fixed a stack overflow problem on the IsAuthorizedTo overload.

05bccf8a32fe
by rossisdead
Oct 29 2010
1:00 AM

Implemented security system on post ratings.

32a4aac57ec9
by rossisdead
Oct 29 2010
12:32 AM

Added a few more Rights. Also extended the functionality of Security.IsAuthorizedTo to checking for any/all Rights in an IEnumerable.

2fa43f279ce5
by rossisdead
Oct 28 2010
11:36 PM

Added comments to the existing Rights enums.

c30733891c55
by rossisdead
Oct 28 2010
10:40 PM

Revision to the whole security system. Implemented with the XmlProvider for loading/saving. Rights section in the admin panel has basic functionality.

9ffc64fdc760
by rossisdead
Oct 27 2010
1:22 AM

Initial test of an implementation of rights for roles and overall improved security. This isn't a full implementation by any means, so users shouldn't download it and actually use it in production situations.

a49570e4795f
by rtur
Oct 29 2010
8:45 PM

- Removed redundant submit click from post image upload
- Added "go to post" link next to save post button
- Load template calls for users and roles moved to pages
(1.6.2.28)

f41bc6156673
by rtur
Oct 29 2010
7:35 PM

Merged with tinyMce upgrade

0cd9e0df467e
by rtur
Oct 29 2010
7:28 PM

- Added marking post as dirty before comment save in couple places
- Enhancements to the tools menu
- Improved post list filtering and paging
- jquery.cookie.js added (used to remember current page and filter)

b5163ab5789e
by Ben Amada
Oct 28 2010
9:17 PM

- Upgraded tinyMCE to latest version 3.3.9.2
- Fixed issue with Files and Images not uploading on Add Entry page when using colorbox.
- Updated AdminLinks in PostViewBase so the post "edit" link points to the new Add entry page location.
(1.6.2.27)

e07388811b3f
by rtur
Oct 27 2010
11:17 PM

- Tools dropdown added to comment lists
- Info message when list on the page is empty
- Post save converted to use ajax call
- Some new icons added and minor style changes
(1.6.2.26)

a444f8bb1f8b
by rtur
Oct 25 2010
9:59 PM

- Page list added
(1.6.2.25)

ad2a3be71dd1
by rtur
Oct 25 2010
3:55 AM

Merged 1.6.2.23 and 1.6.2.24

20ac36fb817f
by rtur
Oct 25 2010
3:52 AM

- Posts list implementation
- Dashboard added
- Minor design tweaks
(1.6.2.24)

2d8026610a0e
by Ben Amada
Oct 24 2010
9:04 PM

- Added new Language option to recaptcha
- Dropdown list for Extension settings can now have a separate Text and Value
- Removed Defer attribute from Recaptcha script
- Removed Defer attribute from widget admin script
- Now outputting injected script tags at top of Head tag so these scripts (jQuery, etc) will be already loaded for any custom script(s) added to the Head tag of a theme.
(1.6.2.23)

158214744f6e
by rtur
Oct 23 2010
4:00 AM

- AjaxHelper page added
- Pingbacks avatars fixed
(1.6.2.22)

866cedb101ca
by rtur
Oct 22 2010
9:22 PM

Merge with db provider bug fix

09b1b27d85de
by rtur
Oct 22 2010
9:20 PM

Merge with DB provider refactoring