Commit graph

209 commits

Author SHA1 Message Date
Maxence Lange b660360446 some cleaning and /search/
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2021-05-03 11:33:48 -01:00
Sascha Wiswedel 743a0a9ef1 defanged the quite harsh and colloquial "kick member" by "remove"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2021-01-20 23:24:21 +01:00
Maxence Lange 0810fbbc0f display result by order
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-12-02 16:42:03 -01:00
Maxence Lange 09a222a1c3 fix displayname
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-11-19 15:36:58 -01:00
Maxence Lange 0d688fd8e0 caching display name
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-11-11 15:29:14 -01:00
Maxence Lange 555a9861c2 including jquery
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-10-22 14:03:04 -01:00
Maxence Lange 40dcd4fed1 Merge remote-tracking branch 'origin/master'
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-10-05 11:13:20 -01:00
Maxence Lange d938bbcc96 compat nc20
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-10-05 11:10:54 -01:00
Maxence Lange ffd9f497e2 disable federated circles
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-10-02 11:07:35 +00:00
Maxence Lange e0f568b7e2 Allow Single 'Share' Password set to a Circle
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-08-17 11:38:35 -01:00
Maxence Lange cd8a0f300e update cache name from the right instance
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-08-13 09:41:14 -01:00
Azul 6149ebf214 api.request helper function
One function for all the jquery specific request handling.

Signed-off-by: Azul <azul@riseup.net>
2020-07-28 14:10:15 +02:00
Azul 54cafbe389 fix: do not rely on api global
The api files relied on an api global to handle responses:

```javascript
$.ajax({ ...
}).done(function (res) {
	api.onCallback(callback, res);
}).fail(function () {
	api.onCallback(callback, result);
});
```

In the files app this only worked
because circles.files.app.js added api as a global.

Remove that global and replace it with
```javascript
OCA.Circles.api
```
wherever it was used.

Signed-off-by: Azul <azul@riseup.net>
2020-07-28 14:10:15 +02:00
Maxence Lange 56da166516 implementation of cached_name
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-07-13 21:27:37 -01:00
Maxence Lange 94000002de display gs instances only on users or groups
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-07-13 18:38:27 -01:00
Maxence Lange 9a4e43378e local settings to force password creation of external share
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-07-08 10:02:46 -01:00
Maxence Lange 05541883f6 groups as members
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-07-06 14:33:55 -01:00
Joas Schilling 5566ebc4b5
Merge pull request #422 from nextcloud/Valdnet-patch-1
Get translations for the user level
2020-06-17 10:19:32 +02:00
Valdnet bb1f3c781b
Get translations for the user level
Get translations for the user level in the personal circle.
2020-04-16 15:52:03 +02:00
Maxence Lange f4ef2b19e6 gs+circles
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-04-14 09:59:38 -01:00
Maxence Lange 995e7dc21d fix some translation
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-04-01 09:29:09 -01:00
Thibault Coupin e4f4287905 Add option to allow moderator to add member to closed circle without invitation step
Signed-off-by: Thibault Coupin <thibault.coupin@gmail.com>
2019-07-16 21:33:14 +02:00
Maxence Lange e6e88bec28 do not display joined field for groups
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-03 12:49:01 +00:00
Maxence Lange b993f7bada hide on add member
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-27 20:23:07 -01:00
Maxence Lange 082ac696fd do not hide list on random click
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-02-27 10:21:15 -01:00
Maxence Lange 934b4e1f5f compat nc14
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-08-01 09:38:09 -01:00
Maxence Lange d4b43d7673 fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-08-01 09:03:49 -01:00
Maxence Lange cf6e87845d faster animation, fixing some css
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-07-31 17:21:33 -01:00
Maxence Lange 75319407f7 members limit + removing test
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-07-31 17:20:11 -01:00
Allan Nordhøy afb1584602
"Circles uses its own method to async heavy processes" Fixes #185 2018-04-22 23:07:37 +02:00
Vinicius Cubas Brand a7458c3e73 Merge branch 'master' into circles-files-panel 2017-10-25 13:38:13 -02:00
Maxence Lange 82ae3787c5 revert url generation
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-10-24 14:32:32 -01:00
Maxence Lange 2397af8a41 moving files/methods around
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-10-20 15:34:36 -01:00
Maxence Lange 7746752638 using oc_appswebroots
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-10-19 12:39:15 -01:00
Maxence Lange 1ecb720faf define timer
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-10-18 12:47:06 -01:00
Vinicius Cubas Brand b39762fd12 Hide circles that the user is not member
Files-circles-panel: in javascript interface, just show the circles that the current user is member of.

Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
2017-10-04 15:23:18 -03:00
Vinicius Cubas Brand e04b7e0837 Creation of panel to see circles' shared files
This commit inserts a panel in files visualization to allow filtering files that were shared to one or more circles.
Depends on some other modifications in nextcloud core, that will be referenced in the PR.

Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
2017-09-29 18:30:29 -03:00
Maxence Lange 9bec62b4fb cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-09-11 09:46:47 -01:00
Maxence Lange 266864c30e Merge pull request #125 from nextcloud/fix-123
add delay before search request is sent to server, fixes #123
2017-09-06 08:04:58 -01:00
Arthur Schiwon 42e8f0e58f
add delay before search request is sent to server, fixes #123
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-09-05 22:07:50 +02:00
Maxence Lange 3c5f3a8d40 add a testing part in the admin settings
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-09-02 14:54:08 -01:00
Maxence Lange 1fc0d258e2 cleaning/moving methods around
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-08-30 17:13:08 +02:00
Maxence Lange 5d80de38db split links from v1 api
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-08-25 13:45:14 +02:00
Maxence Lange f6e612c797 split js API
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-08-25 11:41:40 +02:00
Maxence Lange 2e2614315c request addressbook even when user is disconnected
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-08-24 18:37:56 +02:00
Maxence Lange 615c9f4fe7 include Contact to Circles
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-08-24 16:27:08 +02:00
Maxence Lange 7125932e3c rework on the members management + UI + * to include Contacts
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-08-24 14:52:46 +02:00
Maxence Lange f2d984befa add/remove mail account in circle
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2017-08-17 14:56:07 +02:00
Maxence Lange 7119702596 multiple type members
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
2017-08-13 12:25:29 +02:00
Maxence Lange 02e30bd74f nav based on user level, not group
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
2017-08-11 18:32:14 +02:00