index
:
github.com/processone/ejabberd.git
1.1.x
2.0.x
2.1.x
master
obsolete_3alpha
sql-auto-update
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_http_api.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return proper error message for duplicate or missing args in http_api call
Paweł Chmielowski
2019-04-03
1
-6
/
+10
*
Log message when trying to execute http_api command with extra arguments
Paweł Chmielowski
2019-04-03
1
-5
/
+7
*
Formating fix
Paweł Chmielowski
2019-04-03
1
-1
/
+1
*
Make http_api command execution exception catcher log also command and args
Paweł Chmielowski
2019-04-03
1
-1
/
+4
*
Produce better error for http_api request with extra parameters
Paweł Chmielowski
2019-01-30
1
-1
/
+4
*
Reject request http_api request that have malformed Authentication header
Paweł Chmielowski
2019-01-30
1
-11
/
+13
*
Allow specifying tag for listener for api_permission purposes
Paweł Chmielowski
2019-01-30
1
-4
/
+6
*
Update copyright to 2019 (#2756)
Badlop
2019-01-08
1
-1
/
+1
*
Add code for handling deprecations of get_stacktrace()
Paweł Chmielowski
2018-12-13
1
-9
/
+7
*
Format list of {{name,string}, {value, _}} as json struct name/val
Paweł Chmielowski
2018-12-03
1
-0
/
+8
*
Make mod_http_api assume that missing args of type list are empty list
Paweł Chmielowski
2018-12-03
1
-4
/
+9
*
Don't preprocess arguments, format_args verifies and prepares them (#2629)
Badlop
2018-10-31
1
-16
/
+1
*
Recognize not_exists error in http_api
Paweł Chmielowski
2018-10-19
1
-3
/
+5
*
Get stacktrace out of lager context
Evgeniy Khramtsov
2018-09-01
1
-5
/
+7
*
Get rid of ejabberd.hrl header
Evgeniy Khramtsov
2018-06-14
1
-1
/
+0
*
Find and fix typos using 'codespell'
Evgeniy Khramtsov
2018-01-27
1
-2
/
+2
*
Introduce new gen_mod callback: mod_options/1
Evgeniy Khramtsov
2018-01-23
1
-4
/
+5
*
Update copyright dates
Evgeniy Khramtsov
2018-01-05
1
-1
/
+1
*
Ability to filter passwords from the log in mod_http_api (#1888)
Marco Adkins
2017-07-27
1
-2
/
+10
*
Don't validate an option in gen_mod:get*opt() functions
Evgeniy Khramtsov
2017-04-30
1
-3
/
+1
*
Rename aux.erl as misc.erl
17.04
Christophe Romain
2017-04-11
1
-17
/
+17
*
Deprecate jlib.erl in favor of aux.erl
Evgeniy Khramtsov
2017-03-30
1
-17
/
+17
*
Get rid of jid:to_string/1 and jid:from_string/1
Evgeniy Khramtsov
2017-02-26
1
-4
/
+4
*
Separate list of strings with \n for srg_get_info in mod_http_api (#1500)
Badlop
2017-02-23
1
-0
/
+4
*
Reload modules when reloading configuration file
Evgeniy Khramtsov
2017-02-22
1
-1
/
+5
*
Make shim for mod_http_api admin_ip_access more robust
Paweł Chmielowski
2017-01-20
1
-20
/
+22
*
Update copyright date automatically (#1442)
Badlop
2017-01-02
1
-1
/
+1
*
API call does not necessary use token, it could use basic auth
Mickael Remond
2016-12-08
1
-1
/
+1
*
Get rid of compile warnings
Evgeniy Khramtsov
2016-11-25
1
-2
/
+2
*
Make string args in http_api be list strings
Paweł Chmielowski
2016-11-15
1
-4
/
+4
*
Merge branch 'master' into xml-ng
Evgeniy Khramtsov
2016-11-12
1
-133
/
+186
|
\
|
*
New api permissions framework
Paweł Chmielowski
2016-10-05
1
-103
/
+92
|
*
Fix 404 response formatting (thanks to Kaggggggga)(#1306)
Badlop
2016-09-28
1
-1
/
+1
|
*
Expand parsing of json input to be able to handle update_roster command
Paweł Chmielowski
2016-09-13
1
-0
/
+19
|
*
Add X-Admin and basic auth header to CORS allowed headers in http_api
Paweł Chmielowski
2016-09-12
1
-1
/
+1
|
*
Properly process OPTIONS header in http_api for all paths
Paweł Chmielowski
2016-09-12
1
-1
/
+3
|
*
Improve error message when try to call api on api root
Mickael Remond
2016-08-01
1
-2
/
+2
|
*
Fix HTTP process return formatting
Mickael Remond
2016-08-01
1
-1
/
+1
|
*
Improve error handling
Mickael Remond
2016-07-31
1
-10
/
+24
|
*
Add support for sending back missing scope error to API ReST command calls
Mickael Remond
2016-07-30
1
-3
/
+8
|
*
Add support for rich error reporting for API
Mickael Remond
2016-07-30
1
-13
/
+19
|
*
Return 409 conflict error code on register if user already exists
Mickael Remond
2016-07-30
1
-16
/
+18
|
*
Initial attempt on access on commands
Mickael Remond
2016-07-25
1
-6
/
+7
|
*
Add support for checking access rules conformance for commands
Mickael Remond
2016-07-23
1
-0
/
+1
|
*
Clean-up of error codes and format json structure
Mickael Remond
2016-07-23
1
-7
/
+20
|
*
Fix handling of complex values as arguments in http_api
Paweł Chmielowski
2016-07-22
1
-20
/
+25
|
*
Add 'ejabberd:user' and 'ejabberd:admin' oauth scopes
Pablo Polvorin
2016-07-19
1
-11
/
+9
|
*
Fix ce0d1704c6cc167c8bc891587952f78c55f979ad
Pablo Polvorin
2016-07-18
1
-2
/
+0
*
|
Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1
Evgeniy Khramtsov
2016-09-24
1
-1
/
+1
*
|
Rewrite several modules to use XML generator
Evgeniy Khramtsov
2016-07-29
1
-1
/
+1
|
/
[next]