1
0
mirror of https://github.com/flarum/core.git synced 2025-06-11 00:51:04 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
26a821e3e2 Improve client XHR error handling
The default XHR error handler produce an alert which is appropriate to the response status code. It can be overridden per-request (by specifying the `errorHandler` option) so that the alert can be suppressed or displayed in a different position (e.g. inside a modal).

ref #118
2015-10-20 12:48:26 +10:30
d5b58b3146 Only set XHR authorization header if token isn't empty 2015-09-14 14:49:11 +09:30
9def5d2b5d Clean up 2015-08-06 16:00:22 +09:30
32648147e2 Reload page on login
closes flarum/core#145
2015-08-06 15:04:20 +09:30
76678f72f2 Case-sensitive filename changes 2015-07-15 15:54:34 +09:30