Fork: SecurityRights

commits

date

comment

d26498762d67
by rossisdead
Oct 29 2010
4:29 AM
default tip

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.

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

ec4720126dc8
by rossisdead
Oct 22 2010
8:08 PM

Fixed a small bug with the DbConnectionHelper class.

a5544c3bcb41
by rossisdead
Oct 22 2010
2:50 AM

Drastically removed/refactored the amount of redundant code in the database provider classes.

015c021418cb
by rtur
Oct 22 2010
9:17 PM

Merge with BusinessBaseRefactoring

7cdcc24df351
by rossisdead
Oct 21 2010
9:17 PM

BusinessBase now has a protected virtual SetValue<T> method for setting properties. This method takes care of setting values if they've been changed, as well as raising the PropertyChanged event. All derived classes have been cleaned up to reflect this.
Also fixed a few areas where the properties weren't sending the correct property name to MarkChanged. This needs to be checked when refactoring/changing property names, string representations of a member name aren't going to be updated in those cases.

9ea417e80946
by rtur
Oct 22 2010
9:13 PM

Merge 1.6.2.20 and 1.6.2.21

54258f09bc3b
by rtur
Oct 22 2010
9:10 PM

- Completing 1.6.2.21 - modifications were left unchecked on commit

56a4d1c99094
by rtur
Oct 22 2010
9:07 PM

- More design improvements
- Comment sorting fixed
(1.6.2.21)

049d82543030
by Ben Amada
Oct 22 2010
5:59 AM

- Added new res.axd handler to IIS7 system.webServer section in web.config file
- Added new res.axd handler to httpHandlers and handlers sections in DB web.config files
(1.6.2.20)

48384339bce1
by rtur
Oct 21 2010
9:19 PM

- More sitemap, design and layout changes, added colorbox support etc. (Janko on fire ;)
- Check for dups on adding value by extension in ext. manager
- Few import/export improvements
(1.6.2.19)

c3ac2ece3adf
by rtur
Oct 21 2010
3:35 PM

- BlogImporter - to import comments as approved or not approved