summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Expand)AuthorAgeFilesLines
* Don't need update permissions on hidden filesJoas Schilling2016-07-141-1/+1
* Add delete permissions to the default (new in oc9.1)Joas Schilling2016-07-141-1/+1
* Use tooltip for background jobs info tooltipMorris Jobke2016-07-131-1/+3
* Merge branch 'master' into sync-masterMorris Jobke2016-07-076-7/+62
|\
| * Merge pull request #236 from nextcloud/master-sync-upstreamMorris Jobke2016-06-282-26/+6
| |\
| | * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-272-26/+6
| | |\
| * | | Migrate logic to dynamic controllerLukas Reschke2016-06-271-1/+1
| |/ /
| * | Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-262-2/+5
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-211-1/+2
| |\ \ \
| * | | | fix setup page strengthifyMorris Jobke2016-06-151-1/+2
| * | | | Change name of the product in update messageMorris Jobke2016-06-141-2/+2
| * | | | smaller files drop fixesArthur Schiwon2016-06-111-2/+2
| * | | | Merge pull request #19 from nextcloud/files-dropLukas Reschke2016-06-103-3/+57
| |\ \ \ \
| | * | | | Fix indentationLukas Reschke2016-06-091-16/+16
| | * | | | Add fancy layoutLukas Reschke2016-06-091-1/+0
| | * | | | add hide file list optionBjoern Schiessle2016-06-092-5/+60
* | | | | | adjusts tests to removal of svg fallbackHendrik Leppelsack2016-07-011-38/+1
* | | | | | remove svg classesHendrik Leppelsack2016-07-014-4/+4
* | | | | | remove png references in coreHendrik Leppelsack2016-07-011-11/+4
* | | | | | remove javascript png fallback for svgHendrik Leppelsack2016-07-011-94/+9
* | | | | | Merge pull request #25262 from owncloud/fed-sharing-errorVincent Petry2016-07-011-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | better detect errors in fed sharing responseRobin Appelman2016-06-241-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadpermsVincent Petry2016-06-271-1/+1
|\ \ \ \ \
| * | | | | Add explicit delete permission to link sharesVincent Petry2016-06-241-1/+1
| |/ / / /
* | | | | Merge pull request #25129 from owncloud/remove-ieVincent Petry2016-06-271-25/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove ie8+9 supportHendrik Leppelsack2016-06-231-25/+5
* | | | | Merge pull request #25239 from owncloud/setupchecks-preventreloadVincent Petry2016-06-241-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't reload page in case of auth errors during setup checksVincent Petry2016-06-231-2/+4
| | |_|/ | |/| |
* / | | Init the headers in iedavclient.jsVincent Petry2016-06-221-0/+1
|/ / /
* / / Prevent the advanced options toggle in the setup from acting as a linkRobin Appelman2016-06-161-1/+2
|/ /
* / Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-072-3/+3
|/
* Update license headersLukas Reschke2016-05-261-2/+2
* Rename "not-assignble" to "restricted"Vincent Petry2016-05-203-3/+3
* Act on effective system tag canAssign permissionVincent Petry2016-05-203-25/+64
* Merge pull request #24397 from owncloud/sort-share-linksMorris Jobke2016-05-101-9/+9
|\
| * Reordered share link settingsVincent Chan2016-05-021-9/+9
* | Merge pull request #24434 from owncloud/permalinksLukas Reschke2016-05-101-3/+39
|\ \
| * | Do not encode slashes in "dir" URL param in files JSVincent Petry2016-05-061-1/+6
| * | Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-061-2/+33
| |/
* / New animated loaderskjnldsv2016-05-091-1/+1
|/
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-222-34/+16
|\
| * always share with same default permissions, no special handling for remote sh...Björn Schießle2016-04-201-15/+11
| * bring back CRUDS permissions for federated sharesBjoern Schiessle2016-04-182-19/+5
* | Merge pull request #24126 from owncloud/err-reload-delayLukas Reschke2016-04-222-4/+17
|\ \
| * | Add test for reload delayRobin McCorkell2016-04-201-3/+15
| * | Delay reloading the page if an ajax error occurs, show notificationRobin McCorkell2016-04-201-1/+2
* | | Merge pull request #23990 from owncloud/heartbeat-debounceMorris Jobke2016-04-202-4/+12
|\ \ \
| * | | Debounce heartbeat ajax calls to lower the number of requestsChristoph Wurst2016-04-182-4/+12
* | | | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-204-14/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-194-8/+8