summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add occ command to show user informationRobin Appelman2016-07-192-0/+89
|
* Add commands to add/remove users to/from groupsRobin Appelman2016-07-193-0/+156
|
* add command to list groupsRobin Appelman2016-07-192-0/+91
|
* add occ command to list usersRobin Appelman2016-07-192-0/+88
|
* [tx-robot] updated from transifexNextcloud bot2016-07-1918-0/+156
|
* Merge pull request #435 from nextcloud/classmapRoeland Douma2016-07-188-126/+1498
|\ | | | | Use classmap to load core files
| * Use classmap to load core filesRoeland Jago Douma2016-07-188-126/+1498
| | | | | | | | | | | | We can't use an authoritive classmap in the current state as it would kill app loading. However we can use a proper classmap for the normal core stuff.
* | Merge pull request #414 from nextcloud/files_sharing_event_dispatcherBjörn Schießle2016-07-184-36/+55
|\ \ | | | | | | Files sharing event dispatcher
| * | Cleanup coding styleRoeland Jago Douma2016-07-181-30/+28
| | |
| * | Add eventdispatcher to public link viewRoeland Jago Douma2016-07-183-3/+21
| | |
| * | Move JS inclusion to ControllerRoeland Jago Douma2016-07-182-20/+23
| |/ | | | | | | * This way we can easier load files conditionally
* | [tx-robot] updated from transifexNextcloud bot2016-07-1852-482/+82
| |
* | Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-1819-25/+87
|\ \ | | | | | | Theming fixes
| * | Add unit testsJoas Schilling2016-07-151-0/+46
| | |
| * | Also load the theming app on CLIJoas Schilling2016-07-151-1/+7
| | |
| * | Use the themed Defaults everywhereJoas Schilling2016-07-1516-24/+21
| | |
| * | Better handling of empty sloganJoas Schilling2016-07-151-0/+13
| | |
* | | Merge pull request #430 from nextcloud/remove_asseticMorris Jobke2016-07-181-0/+0
|\ \ \ | | | | | | | | [3rdparty] Remove assetic
| * | | [3rdparty] Remove asseticRoeland Jago Douma2016-07-181-0/+0
| | | |
* | | | Merge pull request #428 from nextcloud/setupfromtoken_sharemanagerMorris Jobke2016-07-182-70/+31
|\ \ \ \ | |_|_|/ |/| | | Move SetupFromToken to ShareManager
| * | | Move SetupFromToken to ShareManagerRoeland Jago Douma2016-07-182-70/+31
| | | |
* | | | Merge pull request #431 from nextcloud/postgres-password-not-quotedRoeland Douma2016-07-181-3/+3
|\ \ \ \ | | | | | | | | | | Prevent syntax error when creating user or changing password
| * | | | Prevent syntax error when creating user or changing passwordJoas Schilling2016-07-181-3/+3
| |/ / /
* | | | Merge pull request #412 from nextcloud/theming-foreground-colorJoas Schilling2016-07-187-5/+232
|\ \ \ \ | |/ / / |/| | | Theming: invert foreground color on bright backgrounds
| * | | Theming: Fix image paths for caret iconJulius Haertl2016-07-163-5/+5
| | | |
| * | | Theming: Fix spaces in settings-admin.jsJulius Haertl2016-07-151-4/+4
| | | |
| * | | Theming: Add tests for inverted colorsJulius Haertl2016-07-152-3/+130
| | | |
| * | | Theming: Implement swapping the foreground color for bright colorsJulius Haertl2016-07-155-1/+101
| | | |
* | | | Merge pull request #418 from nextcloud/remove_asset_pipelineMorris Jobke2016-07-184-194/+21
|\ \ \ \ | | | | | | | | | | Remove asset pipelin
| * | | | Remove asset pipelinRoeland Jago Douma2016-07-154-194/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page.
* | | | | Merge pull request #379 from nextcloud/create_federated_share_on_mountMorris Jobke2016-07-1820-207/+671
|\ \ \ \ \ | |_|_|/ / |/| | | | Create federated share on mount
| * | | | don't convert link share to federated share if outgoing federated shares are ↵Bjoern Schiessle2016-07-142-12/+36
| | | | | | | | | | | | | | | | | | | | forbidden
| * | | | rename SaveToNextcloudController to MountPublicLinkControllerBjoern Schiessle2016-07-144-25/+31
| | | | |
| * | | | adjust copyright noticesBjoern Schiessle2016-07-143-0/+5
| | | | |
| * | | | remove unused parameterBjoern Schiessle2016-07-147-7/+7
| | | | |
| * | | | allow to mount public link from Nextclouds <= 9Bjoern Schiessle2016-07-142-5/+136
| | | | |
| * | | | move some stuff over to the federatedfilesharing appBjoern Schiessle2016-07-1410-106/+128
| | | | |
| * | | | s/ownCloud/NextcloudBjoern Schiessle2016-07-146-22/+19
| | | | |
| * | | | continue to accept the URL of the remote server instead of the federated ↵Bjoern Schiessle2016-07-145-129/+138
| | | | | | | | | | | | | | | | | | | | cloud id
| * | | | replace 'ownCloud' with 'Nextcloud'Bjoern Schiessle2016-07-142-3/+3
| | | | |
| * | | | add unit testsBjörn Schießle2016-07-141-0/+161
| | | | |
| * | | | create a real federated share if a user add a public link to his ownCloudBjörn Schießle2016-07-147-47/+156
| | | | | | | | | | | | | | | | | | | | this way the owner sees all mounted public links and control them individually
* | | | | Merge pull request #425 from nextcloud/signing-version-issue-templateRoeland Douma2016-07-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [master] Signing Status - There is no version under Nextcloud 9
| * | | | | Signing - there is no version under Nextcloud 9Marius Blüm2016-07-171-1/+1
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2016-07-178-42/+46
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2016-07-1628-48/+24
| | | | |
* | | | | Merge pull request #381 from nextcloud/postgres-setupRoeland Douma2016-07-156-149/+118
|\ \ \ \ \ | | | | | | | | | | | | use pdo for postgres setup
| * | | | | fix testRobin Appelman2016-07-131-8/+8
| | | | | |
| * | | | | dont check for pgsql extension during setupRobin Appelman2016-07-121-2/+2
| | | | | |
| * | | | | use pdo for postgres setupRobin Appelman2016-07-122-105/+85
| | | | | |