Jimmy Huynh
660173c428
(+) Ergonomy improvement
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Aurélien
7609fdbabf
Add Loading for searchUser and share
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
a78287a777
(+) Blocking multiple sharing request to the same user
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
ELHADDAD Hamza
b5df8bbec9
traduction
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
4940897b33
(+) adding tempo to autocomplete
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
ELHADDAD Hamza
b7527a7b81
share on google plus and mail
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
ELHADDAD Hamza
a876e74074
share
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
4a9a4cf0d2
(+) Adding sharing_user names to EVERY articles + pre-condition if sharedArticle: no title feed (e.g.: from wikiRSS...)
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
e5ccff97a6
✨ Shared menu: get and show sharedCount
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
9b1e2cfc5f
(+) adding google & mail icons (urls remain unchanged)
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
1ff8c26ac0
(+) Shared href navigation
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
5342837d40
✨ NewsItem: share with user on click (front-end)
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
marco.nassabain@etu.unistra.fr
ea4178620b
🎨 create ShareController and moved share logic
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
marco.nassabain@etu.unistra.fr
4b1102972e
🐛 Use the sharee api to get users for sharing
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
cf00206da0
(+) Dynamic userlist on input change
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
00011ee4ec
(+) Partage RSS (FB & Twitter) [URL]
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
e6658969aa
(+) input contactSearch
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
9743cf3260
(*) Logo RSX <---- left placement
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
e49a361740
(+) add fb twitter logos
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
ea7211fd2a
(+) add fake contacts + twitter + fb
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Jimmy Huynh
06690315ca
(+) Link share icon
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Aurelien DAVID
93700c8446
v1 dropdown shared for a new
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 23:17:31 +02:00
Marco Nassabain
a1edb03e19
🔥 Remove changes from front-end for back-end pr
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 22:31:21 +02:00
Jimmy Huynh
b402fddef9
(+) Adding sharing_user names to EVERY articles + pre-condition if sharedArticle: no title feed (e.g.: from wikiRSS...)
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 22:31:21 +02:00
Aurélien
6ebe676911
add root for access shared items
...
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com >
2021-04-08 22:31:21 +02:00
rakekniven
51e94c49d8
Changed spelling of "auto discover"
...
It's a short form for "automatically discover".
Reported at Transifex.
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de >
2021-04-08 08:05:39 +02:00
skiingwiz
04519388ce
Allow directly adding a feed without going through the discovery process
...
Signed-off-by: skiingwiz <skiingwiz@gmail.com >
2021-04-02 11:15:17 +02:00
Tucker McKnight
5ba6f04bae
Fix incorrect article sorting
...
Currently, an article with an ID of 1000 will show up
earlier than one with ID = 900, because the IDs are being treated
as strings and compared alphabetically. (1 comes before 9, and
the comparison stops there.)
We need to parse them as integers to ensure that 900 is less than
1000.
Signed-off-by: Tucker McKnight <tucker.mcknight@gmail.com >
2021-02-22 19:44:33 +01:00
anoy
138c178008
link to the issue template chooser instead of creating an empty one
...
Signed-off-by: anoy <anoymouserver@users.noreply.github.com >
2021-01-17 16:00:03 +01:00
anoy
112cc727ea
add locale-aware sorting for folders and feeds
...
Signed-off-by: anoy <anoymouserver+github@mailbox.org >
2020-11-09 16:58:44 +01:00
Benjamin Brahmer
a1309cdcd6
fix invisible feeds in root thanks @anoymouserver
...
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de >
2020-11-03 21:08:41 +01:00
Sean Molenaar
10e8c28fea
Add migration with foreign keys
...
Closes #829
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu >
2020-11-03 19:58:37 +01:00
Jan C. Borchardt
d575bf52bb
Fix design of Explore page
...
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net >
2020-10-09 20:39:12 +02:00
Sean Molenaar
60ab4941cc
Move to nextcloud config and update phpunit
...
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu >
2020-09-25 19:18:04 +02:00
Simon Spannagel
09d336c52a
Update interval: add units
...
Signed-off-by: Simon Spannagel <simonspa@kth.se >
2020-08-30 19:24:02 +02:00
Valdnet
dc709f33b5
l10n: Text strings fix
2020-08-17 09:47:14 +02:00
Benjamin Brahmer
4ebc906fef
Update to new BackgroudJob logic
...
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de >
2020-08-14 18:22:57 +02:00
anoy
92e0ecd177
fixed double escaped intro
...
Signed-off-by: anoy <anoymouserver+github@mailbox.org >
2020-06-20 13:27:29 +02:00
anoy
b5340676dc
fixed active menu item and reload for unread
...
Signed-off-by: anoy <anoymouserver+github@mailbox.org >
2020-04-24 18:24:08 +02:00
Cesar Enrique Garcia Dabo
5b4f3d29e4
Always show the unread articles.
...
The unread articles folder will always be visible, regardless
of the "Show all" setting. If that setting is on, then an
additional "All articles" folder will be show as before, but
it doesn't substitute the "Uread articles" one.
A new URL /apps/news/#/items/unread is also created that jumps
to the unread articles.
Signed-off-by: Cesar Enrique Garcia Dabo <cquike@arcor.de >
2020-04-23 12:37:24 +02:00
Éloi Rivard
306d3cdc60
Basic Media-RSS support ( #599 )
...
Signed-off-by: Éloi Rivard <azmeuk@gmail.com >
2020-02-16 14:26:06 +01:00
b_b
44658773bf
Generate enclosure div only for audio & video ( #567 )
...
Generate enclosure div only for audio & video Fix #532
Signed-off-by: brunob <bruno@eliaz.fr >
2019-11-10 08:19:05 +01:00
Chris Aumann
ec6001eb55
Fix </ul> closing tag in part.content.php ( #523 )
...
Signed-off-by: Chris Aumann <me@chr4.org >
2019-07-07 09:46:12 +02:00
nachoparker
a363aab228
prevent menu actions from collapsing sidebar ( #504 )
...
Signed-off-by: nachoparker <nacho@ownyourbits.com >
2019-05-11 10:09:27 +02:00
nachoparker
1a54c2abec
add "mark read" floating button mobile. Fixes #469 ( #505 )
...
Signed-off-by: nachoparker <nacho@ownyourbits.com >
2019-05-11 10:08:14 +02:00
Daniel Opitz
10c0b1ff10
removed warning about non utf8mb4 charset for mysql/mariadb - #496 ( #497 )
...
Signed-off-by: Daniel Opitz <git@copynpaste.de >
2019-04-25 13:04:56 +02:00
Andreas Demmelbauer
fba25bab14
UI: Make BasicAuth Credentials less important in subscribtion form
2019-04-07 16:06:34 -07:00
nexus-uw
fe35ba698f
prevent raw angluar templates from flashing on page load
...
- when opening news app on lower end computer, the angular templates
flash on the screen for about 1 second
- angular directive doc: https://docs.angularjs.org/api/ng/directive/ngCloak
2019-03-14 06:22:11 +01:00
Sean Molenaar
6a4e56e727
Cleanup JS and prolong error notification
2019-03-05 11:35:14 +01:00
John Molakvoæ (skjnldsv)
2a115bd79f
Audio player fix, loading fixes and design update
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2018-08-14 10:47:00 +02:00