2377 Commits

Author SHA1 Message Date
Suzana Dirla
caa44b1fc2 [ACA-2077] viewer - filter recent files (#866)
* [ACA-2077] get filtered recent files from viewer

* [ACA-2077] use same filters
2018-12-11 10:35:32 +00:00
Cilibiu Bogdan
9c5bc74fbe [ACA-2074] Create Library - title & id validation (#865)
* add i18n string

* render title custom errors

* update form validation

* tests
2018-12-10 19:44:44 +00:00
Denys Vuika
668acafa3d [ACA-2064] fix share icon 2018-12-10 10:24:56 +00:00
Denys Vuika
99a8192b36
[ACA-2064] support custom icons for extensions (#864)
* icon component, custom svg

* split components, fix modules

* simplify code

* universal icon component

* support custom icon registration

* update docs

* test fixes
2018-12-07 19:09:45 +00:00
Cilibiu Bogdan
ec3eeb7a63 [ACA-2075] Create Library dialog is not focused when opening it for the second time (#863)
* remove autofocus property

* let dialog focus elements

* remove autoFocus dialog configs

* autoFocus default config
2018-12-07 16:12:15 +00:00
Suzana Dirla
904c08461d [ACA-2040] show different email invalid error messages (#862) 2018-12-07 14:31:41 +00:00
Suzana Dirla
b2244cb1c4 [ACA-2062][ACA-2066] Update Viewer actions (#861)
* [ACA-2062] viewer - set icons order & set more menu separators

* [ACA-2062] add separator for viewer toolbar icons
2018-12-07 13:11:06 +00:00
Cilibiu Bogdan
e1133eb5b2 [ACA-2053] Create folder - focus on first form input (#860) 2018-12-07 07:31:29 +00:00
Cilibiu Bogdan
c7d11b93fc update selection witout locked files (#859) 2018-12-06 16:34:06 +00:00
Cilibiu Bogdan
4c274acb3c [ACA-1917] Extensions - evaluate actions for locked files (#858)
* locked file evaluator

* add extension reference

* update docs

* disable versioning for locked files

* disable metadata edit for locked files

* update e2e
2018-12-06 15:29:12 +00:00
Suzana Dirla
db66c72a06 [ACA-2040] handle invalid email cases on join request (#857)
* [ACA-2040] handle invalid email cases on join request

* [ACA-2040] fix json

* [ACA-2040] unit test
2018-12-06 11:53:55 +00:00
Denys Vuika
01a7a8efb6 nginx: disable access logging 2018-12-05 18:24:46 +00:00
Denys Vuika
998ec34896 1.6.0 2018-12-05 17:13:47 +00:00
Suzana Dirla
84b0cd4e7e [ACA-2069] fix blue slider issue (#854)
* [ACA-2069] fix blue slider issue

that appeared after upgrading material to 7.1.0

* [ACA-2069] relocate the style changes
2018-12-05 14:54:22 +00:00
Cilibiu Bogdan
23ad4190e3 [ACA-1993] Favorite libraries - custom pagination (#855) 2018-12-05 11:45:19 +00:00
Suzana Dirla
4dca8ebc2a [ACA-2060] arrange viewer toolbar icons (#849)
* [ACA-2060] checks if empty

* [ACA-2060] hide last divider

* [ACA-2060] switch info drawer button & more menu

* [ACA-2060] cspell change

* [ACA-2060] apply changes only to viewer top toolbar
2018-12-05 11:31:55 +00:00
john-knowles
12a72afdac [ACA-2062] toolbar updates (#847)
* john-doclist-actions-ACA-2062

* add “simpletask” to ignore list

* fix e2e

* add workaround for Favorites

* isSharedFile state evaluator

* update docs

* update store on share file modal closed

* share action definition

* rename evaluator

* context menu rule

* check for file selection

* use another selector

* update tests

* viewer share action

* fix e2e tests

* update viewer button ids
2018-12-05 11:27:22 +00:00
Suzana Dirla
8d64dfb0e8 [ACA-2059] remove header extension (#856) 2018-12-05 10:58:54 +00:00
MariusGrunenberg
c0416f3b46 Search - encode search queries (#852)
* Added Encoding to search queries. Slashes now won't cause any troubles with routing.

* Changed Encoding to remain original value

* fix prettier formatting
2018-12-05 08:28:54 +00:00
Adina Parpalita
d0ff69c5dc add more e2e tests (#851) 2018-12-04 16:33:50 +00:00
Cilibiu Bogdan
e020dc4b77 [ACA-1923] Extensions - sort children by order (#850)
* sort children by order

* update cspell
2018-12-04 16:32:49 +00:00
Denys Vuika
3ba4460754 fix spellcheck issue 2018-12-04 16:25:03 +00:00
Denys Vuika
3a2cee8ebd update search query settings 2018-11-30 11:47:41 +00:00
Denys Vuika
455fbc8be6 exclude "dl:contact" from recent 2018-11-30 11:17:32 +00:00
Denys Vuika
12174948d4
update to latest angular libs (#842) 2018-11-29 18:32:19 +00:00
Denys Vuika
b0f0e2a0b3 query improvements for recent files (#843) 2018-11-29 20:18:12 +02:00
Suzana Dirla
d3c6142d82 [ACA-1322] Destination picker - Sites: only document library allowed as destination (#841)
* [ACA-1322] hide restricted site content

* [ACA-1322] unit test
2018-11-29 16:15:13 +00:00
Cilibiu Bogdan
48127a2421 [ACA-2056] Upload - not able to cancel upload after upload fails due to No network connection (#839)
* resolve unknown response status

* fallback error is null

* Update src/app/components/upload-dialog/file-uploading-dialog.component.ts

Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>
2018-11-29 13:47:54 +00:00
Denys Vuika
2e72dc1c6c
[ACA-1039] improved breadcrumbs for admins (#840) 2018-11-29 11:48:15 +00:00
Suzana Dirla
462cc09146 [ACA-1968] style search input for smaller screens (#833)
* [ACA-1968] more friendly small screen style

* [ACA-1968] media queries

* [ACA-1968] fix margin

* [ACA-1968] small fixes

* [ACA-1968] cleanup unused code
2018-11-29 10:05:33 +00:00
Cilibiu Bogdan
6c821d0fba [ACA-1924] Context menu - filter out disabled children (#838) 2018-11-28 12:25:00 +00:00
Cilibiu Bogdan
4c77ace5eb [ACA-1057] Upload - snack-bar error messages (#837)
* upload error notification

* remove duplicate

* test
2018-11-28 10:32:12 +00:00
Cilibiu Bogdan
9b717c2743 [ACA-2047] navigate to restored library content folder (#836) 2018-11-28 09:49:39 +00:00
Cilibiu Bogdan
6e0bfe8187 autofocus on first input (#834) 2018-11-27 18:45:10 +00:00
john-knowles
925cb8144b Update en.json (#835) 2018-11-27 17:42:01 +00:00
Cilibiu Bogdan
db8be5c1b1 [ACA-1057] Upload dialog - file upload error message (#832)
* Upload dialog

* prettier lint

* changed to Uploaded text

* remove unnecessary implementation

* todos
2018-11-27 16:49:58 +00:00
Denys Vuika
cd46070368 isolate library dialog styles 2018-11-27 13:16:40 +00:00
Denys Vuika
9955de01e7 fix navigation for favorites 2018-11-27 12:40:15 +00:00
Suzana Dirla
e3cbb5f13d [ACA-1968] Trigger search on Enter (#827)
* [ACA-1968] remove arrow from active input

* [ACA-1968] remove route reuse

* [ACA-1968] trigger search on Enter
2018-11-27 09:17:54 +00:00
Cilibiu Bogdan
647117b488 [ACA-2044] custom library icon consistency (#826)
* add custom library icon

* isLibrary custom type guard

* meaningfull cutom class name

* update isLibrary check for trash

* use custom image for libraries in trash

* remove duplicate subscriber

* change image source color

* remove custom class

* remove library image class

* remove custom type guard
2018-11-26 19:36:33 +00:00
Denys Vuika
18b4c1bc8a
[ACA-2022] navigation fixes (#830)
* navigation fixes

* test fixes
2018-11-26 18:20:30 +00:00
Suzana Dirla
8952be634f [ACA-2045] reset selection on toggle join action (#829) 2018-11-26 15:51:33 +00:00
john-knowles
32083576c3 Update en.json (#831) 2018-11-26 15:24:58 +00:00
Cilibiu Bogdan
ec4f1a673f
update isShared check (#828) 2018-11-26 16:12:10 +02:00
Bogdan Cilibiu
7364dbc1ee Revert "update isShared selection check"
This reverts commit 15a41e3fffa8ec8cc9bdeb672ebb7592b685be75.
2018-11-26 11:35:45 +02:00
Bogdan Cilibiu
15a41e3fff update isShared selection check 2018-11-26 11:29:44 +02:00
Cilibiu Bogdan
5b4af869b1 [ACA-2039] Libraries - custom icon (#825)
* custom icon for library nodes

* match DL folder color
2018-11-23 17:39:31 +00:00
Denys Vuika
0b0a2ad75c
[ACA-1991] correctly show error for moderated libraries (#823)
* correctly show error for moderated libraries

* fix unit test

* update e2e tests
2018-11-23 15:24:33 +00:00
Suzana Dirla
13db4fb339 [ACA-1607][ACA-1985] Leave library action (#824)
* [ACA-1607] leave library action

* [ACA-1607] confirm leave action

* [ACA-1607] confirm leave action

* [ACA-1607] remove comment
2018-11-23 14:23:26 +00:00
Suzana Dirla
62e33efbd0 [ACA-1607] context menu - join/cancel join actions (#820)
* [ACA-1607] context menu fix for search-results

* [ACA-19] fix orderBy 'Name'

* [ACA-1607] style changes

* [ACA-1607] reload on join action
2018-11-23 12:00:42 +00:00