parent
12e9e551d9
commit
2139f4b4c2
5 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
* Make the session cookies HttpOnly again [#7041](https://github.com/diaspora/diaspora/pull/7041)
|
* Make the session cookies HttpOnly again [#7041](https://github.com/diaspora/diaspora/pull/7041)
|
||||||
* Invalidate sessions with invalid CSRF tokens [#7050](https://github.com/diaspora/diaspora/pull/7050)
|
* Invalidate sessions with invalid CSRF tokens [#7050](https://github.com/diaspora/diaspora/pull/7050)
|
||||||
* Liking a post will no longer update its interacted timestamp [#7030](https://github.com/diaspora/diaspora/pull/7030)
|
* Liking a post will no longer update its interacted timestamp [#7030](https://github.com/diaspora/diaspora/pull/7030)
|
||||||
* Improve W3C compliance [#7068](https://github.com/diaspora/diaspora/pull/7068) [#7082](https://github.com/diaspora/diaspora/pull/7082)
|
* Improve W3C compliance [#7068](https://github.com/diaspora/diaspora/pull/7068) [#7082](https://github.com/diaspora/diaspora/pull/7082) [#7091](https://github.com/diaspora/diaspora/pull/7091)
|
||||||
* Load jQuery in the head on mobile [#7086](https://github.com/diaspora/diaspora/pull/7086)
|
* Load jQuery in the head on mobile [#7086](https://github.com/diaspora/diaspora/pull/7086)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
.stream#main_stream
|
.stream#main_stream
|
||||||
|
|
||||||
#paginate
|
#paginate
|
||||||
%span.loader.hidden
|
.loader.hidden
|
||||||
.spinner
|
.spinner
|
||||||
|
|
||||||
- if current_user.contacts.size < 2
|
- if current_user.contacts.size < 2
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
= t('invitations.new.invite_someone_to_join')
|
= t('invitations.new.invite_someone_to_join')
|
||||||
|
|
||||||
#paginate
|
#paginate
|
||||||
%span.loader.hidden
|
.loader.hidden
|
||||||
.spinner
|
.spinner
|
||||||
|
|
||||||
-if @aspect
|
-if @aspect
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
-# JS
|
-# JS
|
||||||
|
|
||||||
#paginate
|
#paginate
|
||||||
%span.loader.hidden
|
.loader.hidden
|
||||||
.spinner
|
.spinner
|
||||||
|
|
||||||
%a.entypo-chevron-up.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
|
%a.entypo-chevron-up.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
#main_stream.stream
|
#main_stream.stream
|
||||||
|
|
||||||
#paginate
|
#paginate
|
||||||
%span.loader.hidden
|
.loader.hidden
|
||||||
.spinner
|
.spinner
|
||||||
|
|
||||||
%a.entypo-chevron-up.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
|
%a.entypo-chevron-up.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue