Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouped buttons and more spaces #909

Open
wants to merge 57 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
e4749ea
refactor(vue): Grouped buttons and more spaces
zak39 Nov 23, 2023
90d025f
l10n(fr,en): Change the wording for the submit btn
zak39 Nov 29, 2023
3bb1d4c
refactor(php): Check one or more users exist
zak39 Nov 30, 2023
200951b
refactor(php): Create and use a UserFormatter
zak39 Dec 1, 2023
4e419d2
refactor(php): Split the import users code
zak39 Dec 1, 2023
6728825
chore(): Deprecated for the formatUser function
zak39 Dec 1, 2023
68bb094
refactor(): Read a csv file is faster than before
zak39 Dec 5, 2023
b5211d5
refactor(php): Improvement in reading speed
zak39 Dec 6, 2023
8d0c0ed
refactor(php): The $header property is readonly
zak39 Dec 6, 2023
158e344
l10n(): Change the wording for the import csv file
zak39 Dec 8, 2023
4520f68
refactor(): Improvement in error reponses
zak39 Dec 15, 2023
628bcef
style(vue):Fix the size of the remove modal window
zak39 Dec 19, 2023
5d45ff9
style(php): run composer cs:fix
zak39 Dec 20, 2023
2cadf30
build(jest): Add mock axios in the jest file
zak39 Dec 28, 2023
06d3040
build(ci):Use npm@^9 and node@20 to run unit tests
zak39 Dec 28, 2023
2982c69
refactor(vue):Create tabs and split the components
zak39 Jan 22, 2024
67d4672
fix(vue): Forget a css rule and fix GroupDetails
zak39 Jan 22, 2024
d6663ec
chore(): We don't need the SelectUsers component
zak39 Jan 22, 2024
1a31bf5
feature(vue,php): Take the WM value into account
zak39 Jan 29, 2024
9bdadba
fix(vue): Extend the users selection modal window
zak39 Jan 29, 2024
ae11536
fix(vue): Check if an user is WM or not
zak39 Jan 29, 2024
6860922
test(unit): Rename SelectUsers.test.js to AddUsersTabs.test.js
zak39 Jan 29, 2024
42e5b9f
chore(js):Add a description to a func parameter
zak39 Jan 29, 2024
98ab84b
chore(vue): Add new lines in 2 Vue.js files
zak39 Jan 29, 2024
43e19d4
chore(php): Apply composer run cs:fix
zak39 Jan 29, 2024
cbc7600
chore(php): Remove the Csv.php file
zak39 Jan 29, 2024
670237d
feature():Search user by email and translate titles
zak39 Feb 14, 2024
749ed61
chore(php): Run composer run cs:fix
zak39 Feb 14, 2024
ee68e65
l10n(): New translations when there is an error in the name of header…
zak39 Feb 20, 2024
57538d2
style(vue): Increase 5px for Popover's padding
zak39 Feb 23, 2024
9d137bc
chorevue(): Delete an useless comment
zak39 Feb 28, 2024
3089840
style(vue): Extend the width of the user uid
zak39 Mar 13, 2024
5767576
chore(l10n,controller,vue): Change the wording
zak39 Mar 13, 2024
0ed523d
chore(composer): composer run cs:fix
zak39 Mar 20, 2024
2afeaeb
test(jest): Ignore dependencies to run jest
zak39 Mar 20, 2024
03852c7
fix(vue,route): Leave space for the NcNoteCard
zak39 Mar 27, 2024
b8840a1
style(vue): Resize the space removal modal
zak39 Mar 27, 2024
62fbcd7
fix(l10n,Files,Vue): Apply internal correction
zak39 May 3, 2024
6041a90
ci(): Update the lock files
zak39 Jul 3, 2024
cb320bd
style(php): composer run cs:fix
zak39 Jul 3, 2024
f819151
refactor(Files): Rename an interface and create a new
zak39 Jul 15, 2024
d117420
chore(l10n,Controller): Changed the wording and added new translations
zak39 Jul 15, 2024
eb91e11
build(): Add lock files (package-lock and composer)
zak39 Jul 15, 2024
4901cd0
test(js): Change the role value to 'wm'
zak39 Jul 16, 2024
cc7dcff
style(php): Fix the php code style
zak39 Jul 16, 2024
4e81cd3
l10n: Change "G.E" for "WM"
zak39 Jul 18, 2024
628a171
fix(const,service,vue): Replace "admin" by "wm"
zak39 Jul 30, 2024
59ea3e8
refactor(controller,files): Create a function to detect simicolon or …
zak39 Jul 30, 2024
45b06dd
feature(controller,files): Check if all lines have a comma
zak39 Aug 1, 2024
d2055a5
chore(vue): Remove useless console.error
zak39 Aug 1, 2024
000fdff
refactor(php,vue): Change the route and use the spaceId to get a space
zak39 Aug 2, 2024
5766ab3
style(vue): Adjust the height of tabs relative to title
zak39 Aug 2, 2024
7e5db18
chore(vue): Changes example content for csv file
zak39 Aug 2, 2024
9a02d60
chore(vue): Change wording and adapt css code
Aug 23, 2024
c3607bc
fix: Replace characters invisible by empty
Nov 28, 2024
5ccc15f
l10n: Reword and add an open bracket for the French language
Nov 29, 2024
194de05
fix: Automatic detection of line endings (CR, CRLF, LF, etc.)
Dec 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: skjnldsv/read-package-engines-version-actions@v1.1
id: versions
with:
fallbackNpm: '^7'
fallbackNode: '^14'
fallbackNpm: '^9'
fallbackNode: '^20'

- name: Use Node.js ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: skjnldsv/read-package-engines-version-actions@v1.1
id: versions
with:
fallbackNpm: '^7'
fallbackNode: '^14'
fallbackNpm: '^9'
fallbackNode: '^20'

- name: Use Node.js ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@v2
Expand Down
20 changes: 10 additions & 10 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,16 @@
'url' => '/api/group/addUser/{spaceId}',
'verb' => 'POST',
],
// [
// 'name' => 'fileCSV#import',
// 'url' => '/file/csv/import-data',
// 'verb' => 'POST',
// ],
// [
// 'name' => 'fileCSV#getFromFiles',
// 'url' => '/file/csv/import-from-files',
// 'verb' => 'POST',
// ],
[
'name' => 'fileCSV#import',
'url' => '/space/{spaceId}/import-users/local',
'verb' => 'POST',
],
[
'name' => 'fileCSV#getFromFiles',
'url' => '/space/{spaceId}/import-users/files',
'verb' => 'POST',
],
[
'name' => 'space#updateColorCode',
'url' => '/workspaces/{spaceId}/color',
Expand Down
Loading
Loading