Flavio Copes
14ed805656
Merge branch 'develop' into feature/introduce-user-groups
2015-11-24 21:00:08 +01:00
Matias Griese
385233c508
Automatically create unique security salt for each configuration
2015-11-24 21:14:46 +02:00
Flavio Copes
8a3b987cd5
Merge branch 'develop' into feature/introduce-user-groups
2015-11-24 19:45:04 +01:00
Andy Miller
bdd17fc56a
Moving back to release version of Toolbox
2015-11-24 10:06:41 -07:00
Andy Miller
29b3c081ee
Merge branch 'feature/refactor' into develop
2015-11-24 09:59:51 -07:00
Andy Miller
b1d80b6c5f
Merge branch 'develop' into feature/refactor
2015-11-24 09:59:33 -07:00
Flavio Copes
20f17130a2
Add the IP address of the user to the nonce string calculation even if it's logged in
2015-11-24 15:17:08 +01:00
Flavio Copes
583156d2f3
Handle multiple nonce action types per page
2015-11-24 09:03:48 +01:00
Andy Miller
88f36f4987
Merge branch 'develop' into feature/refactor
2015-11-23 19:08:46 -07:00
Andy Miller
965c8cfbe9
Only generate one nonce per process
2015-11-23 19:07:46 -07:00
Andy Miller
b8f00243e6
Make hash() public for future use
2015-11-23 19:07:12 -07:00
Andy Miller
1d97f98515
Made hash() public for future usage
2015-11-23 17:41:16 -07:00
Matias Griese
9764cf3f65
Sync CompiledFile class with Gantry
2015-11-23 11:00:28 +02:00
Matias Griese
1f5df81496
Sync Folder class with Gantry
2015-11-23 11:00:03 +02:00
Matias Griese
5f76a0255c
Merge branches 'develop' and 'feature/refactor' of https://github.com/getgrav/grav into feature/refactor
...
# Conflicts:
# CHANGELOG.md
# composer.lock
2015-11-23 09:48:30 +02:00
Flavio Copes
17f3ca6eba
Merge pull request #466 from tcsizmadia/develop
...
Updated system/languages/hu.yaml
2015-11-22 16:32:57 +01:00
Tamas Csizmadia
b29d79738b
Updated system/languages/hu.yaml
...
Tweaked translation for 'ago' - sounds less weird.
2015-11-22 12:34:44 +01:00
Andy Miller
020cdd7324
Merge pull request #464 from tcsizmadia/develop
...
Hungarian translation in system/languages/hu.yaml
2015-11-21 22:04:51 -07:00
Andy Miller
1e39f3b22d
Merge pull request #465 from MAT978/patch-1
...
Update fr.yaml
2015-11-21 22:04:45 -07:00
Djamil Legato
37035a488d
Fixed bin/plugin help output
2015-11-21 20:53:11 -08:00
Marc-Antoine Thevenet
745b418cd7
Update fr.yaml
...
update based on the version: en
Nov 17, 2015
2015-11-21 21:47:21 -04:00
Tamas Csizmadia
2a02c8bc4f
Hungarian translation in system/languages/hu.yaml
2015-11-21 21:53:03 +01:00
Flavio Copes
a15e063b92
Merge branch 'develop' into feature/introduce-user-groups
2015-11-21 16:52:51 +01:00
Andy Miller
2051fed5b7
Merge pull request #458 from benblee/patch-1
...
Prevent crawling of unnecessary directories
2015-11-20 19:57:45 -07:00
Ben Lee
268714863e
Prevent crawling of unnecessary directories
...
Prevent search engines from crawling and indexing unnecessary files and directories. The "/user/plugins/" directory may need to be added to the Allow list if plugins use frontend accessible assets. This is tested at a basic level using Google Fetch and Render.
2015-11-20 19:33:24 -07:00
Andy Miller
60c6532307
Merge branch 'release/1.0.0-rc.5' into develop
2015-11-20 17:54:40 -07:00
Andy Miller
2a0a9a225c
version update
2015-11-20 17:54:28 -07:00
Andy Miller
aee92b58c7
Updated composer.phar
2015-11-20 17:34:34 -07:00
Andy Miller
16db950009
composer updates
2015-11-20 17:34:02 -07:00
Andy Miller
bde33e7188
Lighttpd/Lightly configuration file - Thanks @Mr3ase
2015-11-20 14:59:58 -07:00
Djamil Legato
267efbe164
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-20 12:40:52 -08:00
Djamil Legato
f9e137c994
Added pad filter for strings (uses str_pad)
2015-11-20 12:40:48 -08:00
Andy Miller
e7f9751403
add new Page.relativePagePath helper method
2015-11-20 08:08:39 -07:00
Matias Griese
9adf81294d
Merge branches 'develop' and 'feature/refactor' of https://github.com/getgrav/grav into feature/refactor
2015-11-20 09:28:58 +02:00
Matias Griese
3033818589
On plaintext authentication verify, use default hash even if its not set in configuration
2015-11-20 09:22:07 +02:00
Djamil Legato
06d663680c
Removed unused label
2015-11-19 20:05:29 -08:00
Djamil Legato
1bbdca5032
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-19 18:07:40 -08:00
Djamil Legato
c1654a988e
Fixed deprecated message
2015-11-19 18:07:16 -08:00
Andy Miller
18a540c867
Don't set a default hash in system.yaml
2015-11-19 18:56:05 -07:00
Andy Miller
99fc8df322
old command was called newuser not new-user, also pointed to login plugin now.
2015-11-19 18:30:31 -07:00
Flavio Copes
2d21cb8b1e
Simplify, clear slashes for all nonces automatically. Remove Utils:: getNonceForGetRequest methoid
...
The reason is, we need to get the nonce in JavaScript and we can simply
use the one in the form, made for POST requests
2015-11-19 23:23:32 +01:00
Flavio Copes
d8008654b9
Add a new Utils::getNonceForGetRequest() method, and use that in Uri:: addNonce()
2015-11-19 22:44:10 +01:00
Andy Miller
146295fb1e
fix for state check if user was already logged in without state
2015-11-19 13:43:15 -07:00
Matias Griese
09ed480628
Composer update
2015-11-19 17:05:21 +02:00
Matias Griese
5dd1554e5d
Fix modified function in config
2015-11-19 12:02:08 +02:00
Matias Griese
748f329c8e
Merge branches 'develop' and 'feature/refactor' of https://github.com/getgrav/grav into feature/refactor
...
Conflicts:
CHANGELOG.md
2015-11-19 10:51:26 +02:00
Matias Griese
7228b25393
Fix configuration reload
2015-11-19 10:49:55 +02:00
Djamil Legato
63e083ea37
Implemented new state check for accounts. If an account state is set to disabled no actions will be allowed
2015-11-18 18:31:19 -08:00
Andy Miller
b1630feb5d
Disable time limit in case of slow downloads: #385
2015-11-18 19:04:57 -07:00
Andy Miller
1185a91c90
Fix for Media using absolute URLs internally causing breakages in functionality: #401
2015-11-18 18:39:30 -07:00