Skip to content

Commit

Permalink
1.0.400
Browse files Browse the repository at this point in the history
  • Loading branch information
bthieurmel committed Jun 16, 2021
1 parent 72b37a3 commit 2b897c1
Show file tree
Hide file tree
Showing 21 changed files with 650 additions and 552 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: shinymanager
Title: Authentication Management for 'Shiny' Applications
Version: 1.0.320
Version: 1.0.400
Authors@R: c(
person("Benoit", "Thieurmel", email = "[email protected]", role = c("aut", "cre")),
person("Victor", "Perrier", email = "[email protected]", role = c("aut"))
Expand Down
5 changes: 1 addition & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# shinymanager 1.0.320
# shinymanager 1.0.400

* (#84) : new FAB button with a position argument
* (#81) : keep request query string. Thanks @erikor
Expand All @@ -8,9 +8,6 @@
* (#106) add polish. Thanks @StatisMike
* (#39) : fix use shiny bookmarking
* Admin mode: new edit multiple users

# shinymanager 1.0.310

* Add full language label using `choose_language`
* (#66) fix ``quanteda`` bad interaction
* (#71) fix logs count for admin user
Expand Down
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,20 @@ You can authenticate with:

Online documentation : https://datastorm-open.github.io/shinymanager/

### News on shinymanager 1.0.300

* Add ``autofocus`` on username input.
* Fix some (strange) bug with ``input$shinymanager_where``
* Fix `inputs_list` with some shiny version
* `auth_ui()` now accept a `choose_language` arguments.
* Rename `br` language into `pt-BR` (iso code)
* add user info in downloaded log file
* add `set_labels()` for customize labels
* Fix simultaneous admin session
* (#37) hashing password using `scrypt`
### News on shinymanager 1.0.400

* (#84) : new FAB button with a position argument
* (#81) : keep request query string. Thanks @erikor
* (#24) : secure_server() : added keep_token arg
* (#54) add spanish. Thanks @EAMI91
* (#98) add german. Thanks @indubio
* (#106) add polish. Thanks @StatisMike
* (#39) : fix use shiny bookmarking
* Admin mode: new edit multiple users
* Add full language label using `choose_language`
* (#66) fix ``quanteda`` bad interaction
* (#71) fix logs count for admin user
* (#26) : restrict number of users

### Installation

Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
url: https://datastorm-open.github.io/shinymanager/
18 changes: 9 additions & 9 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 35 additions & 34 deletions docs/articles/SQLite_Admin.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2b897c1

Please sign in to comment.