forked from anchorcms/anchor-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current #1
Merged
Merged
Current #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Made username length validation consistent
Adding the additional `where` statement allows the search functions to scrub post text, not just post titles.
That "csrf" prevents the menu from staying updated once the menu is changed. Once it's taken out the menu behaves as normal.
That "csrf" prevents the metadata from staying updated once the metadata is changed. Once it's taken out the metadata page behaves as normal.
Search post content from search.php
Removed "csrf" from Route::collection
Removed "csrf" from Route::collection
Set HttpOnly flag to the cookies to help preventing XSS attacks targeting the cookies holding the clients session token.
I've set the autocomplete attribute to off, considering security issues. This could help to prevent sensitive data from being cached on client side. Caching of form fields is present in most browsers.
In the german translation there were an faulty 'exit' in front of the PHP tag. This resulted in some text displayed with an 'exit' in front of it.
Removed faulty 'exit' in german translation.
…n't contain programming related characters like this.
Improve slug support for utf-8 and extra characters, we can now include custom character conversions, i.e. `&` which has been included in this PR
- Correct grammar - Remove duplicate word
Improve the `contributing.md`: fix grammar
Update login.php considering security problems
…s and acts as a helper function for a database connection
…post the closing tag is not displayed in the editor
Add maschmann/coding guidelines
Spelling fixes for guidelines
- Added server templates that manages a working example of the server configuration for this application. Users can test the application very easily and deploy a working server with a few clicks. - Also made some amends to fit a nicer style of readme
Change redirect on edit error (fields.php)
crunched pngs
svbnet
pushed a commit
that referenced
this pull request
Nov 11, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.