aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Stop eliding lifetimes in pathsLibravatar Dirkjan Ochtman2021-07-0115-105/+140
|
* Add "if let" testsLibravatar René Kijewski2021-07-015-0/+119
|
* Implement "if let" statementLibravatar René Kijewski2021-07-012-17/+54
|
* Use "if let Some(_)" instead of matchLibravatar René Kijewski2021-07-011-21/+18
|
* Move visit_match_params into its own methodLibravatar René Kijewski2021-07-011-38/+42
|
* Fix a clippy::needless-borrow warning in askama_sharedLibravatar René Kijewski2021-07-011-1/+1
|
* Added loop testsLibravatar vallentin2021-06-231-0/+83
|
* Fixed loop generator when accessing field (fixes 494)Libravatar vallentin2021-06-231-0/+6
|
* Fix code generation for macro calls that store args in variables.Libravatar Ryan Kelly2021-06-223-1/+23
|
* Support rocket 0.5.0-rc.1 based on @flo-l's PR (#495)Libravatar Shritesh Bhattarai2021-06-154-14/+10
| | | See #412 for earlier iteration.
* Fix needless borrowingLibravatar Dirkjan Ochtman2021-06-142-6/+6
|
* Remove forward-slash escape (#486)Libravatar Alex Wennerberg2021-05-173-7/+3
| | | | | | | | | | | | | | | This was based off of the OWASP XSS prevention cheat sheet -- https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html#output-encoding-rules-summary However, there isn't really any attack vector based on forward slash alone, and it's being removed in the next version of that document. > There is no proof that escaping forward slash will improve > defense against XSS, if all other special characters are escaped > properly, but it forces developers to use non-standard implementation of > the HTML escaping, what increases the risk of the mistake and makes the > implementation harder. https://github.com/OWASP/CheatSheetSeries/pull/516
* Fixed not found in scope errorLibravatar vallentin2021-04-291-1/+1
|
* Tweak dependabot ignore settingsLibravatar Dirkjan Ochtman2021-04-291-9/+1
|
* Add section to README for IDE plugins (#474)Libravatar SamJakob2021-04-291-0/+1
|
* Upgrade to GitHub-native DependabotLibravatar dependabot-preview[bot]2021-04-291-0/+24
|
* Use raw identifiers for identifiers which collide with Rust keywords (#476)Libravatar SciStarterOwner2021-04-211-4/+84
| | | Co-authored-by: Daniel Arbuckle <djarb@highenergymagic.org>
* Eliminate common tails from branchesLibravatar Dirkjan Ochtman2021-04-132-8/+4
|
* askama_tide: suppress clippy::from-over-into lintLibravatar Dirkjan Ochtman2021-03-301-0/+2
|
* Use mem::take() where applicableLibravatar Dirkjan Ochtman2021-03-301-2/+2
|
* Rename test types to PascalCaseLibravatar Dirkjan Ochtman2021-03-302-10/+10
|
* updated the book to describe the new paragraphbreaks filterLibravatar mbuscemi2021-03-221-0/+18
|
* added paragraphbreaks functionLibravatar mbuscemi2021-03-221-1/+30
|
* askama_gotham: bump version to 0.12.0Libravatar Dirkjan Ochtman2021-03-221-1/+1
|
* askama_gotham: bump to 0.6Libravatar Dirkjan Ochtman2021-03-221-2/+2
|
* Update version in README.mdLibravatar technic932021-03-211-1/+1
|
* fix typo in docstringLibravatar technic932021-03-141-1/+1
|
* Added path and ext testsLibravatar vallentin2021-03-104-0/+70
|
* Changed to allow both path and extLibravatar vallentin2021-03-101-5/+2
|
* Added extension testsLibravatar vallentin2021-03-101-0/+48
|
* Fixed extension to ignore common jinja extensions (fixes #457)Libravatar vallentin2021-03-101-1/+11
|
* Refactored getting path extensionLibravatar vallentin2021-03-102-36/+17
|
* Fix style suggestion per nightly clippyLibravatar Dirkjan Ochtman2021-02-281-1/+1
|
* Reworked constants to be parsed as pathsLibravatar vallentin2021-02-232-11/+26
|
* Added option testLibravatar vallentin2021-02-221-0/+16
|
* Added var and path parser testsLibravatar vallentin2021-02-221-1/+72
|
* Fixed path parser to account for single identifier type namesLibravatar vallentin2021-02-221-7/+23
|
* Added range test caseLibravatar vallentin2021-02-221-6/+22
|
* Removed needless borrow of rangeLibravatar vallentin2021-02-221-0/+1
|
* Update askama_warp/README.mdLibravatar Frederik B2021-02-171-1/+1
| | | The file calls itself the readme for askama_actix, but clearly it's warp.
* Rename askama_actix trait method as suggested by clippyLibravatar Dirkjan Ochtman2021-02-156-12/+12
| | | | | By bumping the dependency versions for askama and askama_shared, this should be safe.
* Fix formatting for rust 1.50.0Libravatar Dirkjan Ochtman2021-02-151-4/+6
|
* Fix bitvec broken dependency temporarilyLibravatar Edgar2021-02-151-0/+1
|
* Ignore .DS_Store filesLibravatar Dirkjan Ochtman2021-02-051-0/+1
|
* shared: remove accidentally added .DS_Store fileLibravatar Dirkjan Ochtman2021-02-051-0/+0
|
* askama_tide: bump version to 0.13.0Libravatar Dirkjan Ochtman2021-02-041-1/+1
|
* Bring Ws type name in line with API guidelinesLibravatar Dirkjan Ochtman2021-02-013-84/+84
|
* Update tide requirement from 0.15 to 0.16Libravatar dependabot-preview[bot]2021-02-011-1/+1
| | | | | | | Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.15.0...v0.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Apply suggestions from nightly clippyLibravatar Dirkjan Ochtman2021-01-221-4/+2
|
* Upgrade to warp 0.3Libravatar Paolo Barbolini2021-01-191-4/+4
|