raghunayyar
970f899726
Initial Commit : Changes Storage to Quota, Implements GroupName editing.
12 years ago
Arthur Schiwon
dc28f58951
add Storage Location col
12 years ago
raghunayyar
dc1523355b
Adds Admin to Grouplist Everywhere
12 years ago
raghunayyar
4a30665ec3
Removes Delete Icon from Admin Group.
12 years ago
raghunayyar
8e4bbe8297
Adds class button to fix font sizes.
12 years ago
raghunayyar
8e34316e04
Fixes User Search by username.
12 years ago
raghunayyar
c7af9cd6dd
Initial Commit : User Search, Fixes Typos
12 years ago
raghunayyar
223e342664
Fixes delete icon only on hover.
12 years ago
raghunayyar
78e1b71003
Reverts Bogus Changes.
12 years ago
raghunayyar
71160ff853
Deletes Group Clientside Effectively.
12 years ago
raghunayyar
ce46cd3680
Implements Group Creation from Sidebar
12 years ago
raghunayyar
b506388b75
Reverts last commit, implements user in group count.
12 years ago
raghunayyar
b2ca595509
Add GroupList Ajax to Users.
12 years ago
raghunayyar
43ced8c6c7
Splits Controls overlap in files and users.
12 years ago
raghunayyar
0663d954e6
resolve conflicts while picking c0fb623
12 years ago
Arthur Schiwon
f0e69b2b99
Port LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579
LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs
get the correct version number for compare -.-
bump version and don't overwrite values on next update if not necessary
simpler and better readable assignment
12 years ago
Vincent Petry
f931df2dac
Merge pull request #8718 from owncloud/share_icons_for_shared_by
add share icons for folders shared by the current user
12 years ago
Vincent Petry
4e957c7b18
Merge pull request #8443 from owncloud/csrf-on-login-and-logout
Add CSRF check on login and logout
12 years ago
Vincent Petry
09ab642d2b
Merge pull request #8807 from owncloud/add_filecache_index
add another index to the filecache to reduce the number of queries witho...
12 years ago
Morris Jobke
27c8c87e94
Merge pull request #8187 from owncloud/escape-more-character
Also encode > and '
12 years ago
Jenkins for ownCloud
d39216c5e7
[tx-robot] updated from transifex
12 years ago
Bernhard Posselt
89bccf7193
Merge pull request #8811 from owncloud/fix-phpdoc-ap
Fix PHPDoc
12 years ago
Lukas Reschke
c8b5ae675c
Fix PHPDoc
- Remove not anymore existing parameters
- Fix typo
12 years ago
Jenkins for ownCloud
36b0c599f5
[tx-robot] updated from transifex
12 years ago
Lukas Reschke
603b6c13b4
Fix typo
12 years ago
Vincent Petry
56b60b9cd2
Merge pull request #8798 from owncloud/fix-corejs
Fix undefined JS on login/setup page
12 years ago
Frank Karlitschek
a339855b4c
add another index to the filecache to reduce the number of queries without a matching index
12 years ago
Jenkins for ownCloud
cff9440a37
[tx-robot] updated from transifex
12 years ago
Thomas Müller
86b06c72bb
Merge pull request #8800 from owncloud/db-changes-as-required-by-8483
Database code cleanup
12 years ago
Thomas Müller
999f6216dc
- fix dropTable() and introduce tableExists()
- kill replaceDB() - this function is unused and it's implementation obviously wrong
- add method annotation OC_DB_StatementWrapper::fetchAll
- remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists
- remove unused variables
12 years ago
Thomas Müller
5dd3e34f57
Merge pull request #8444 from owncloud/cleanup-list-code
Cleanup code of files_sharing/ajax/ a little bit
12 years ago
Thomas Müller
555b9cc245
Merge pull request #7614 from owncloud/test_annotations_working
Check if ReflectionMethod::getDocComment is working
12 years ago
Vincent Petry
a0987ebf59
Fix undefined JS on login/setup page
12 years ago
Owen Winkler
da6aae28ad
Merge pull request #8607 from owncloud/filescan_app_hook
Allow apps to control via a hook skipping add/remove a file during filescan
12 years ago
Lukas Reschke
b7f163a701
Merge pull request #8695 from owncloud/jserrorfixes
Fixed undefined object error that appears after a delay
12 years ago
Vincent Petry
c8a19adc3a
Merge pull request #8779 from owncloud/sel-webdav-onclick
select webdav address on click
12 years ago
Volkan Gezer
a36f2c93d6
Merge pull request #8793 from owncloud/name-email-enter-prevent
prevent pageload if pressed enter on name email change. fixes #6179
12 years ago
ringmaster
19f0c47842
Missed one.
12 years ago
Lukas Reschke
756b158230
Merge pull request #8663 from owncloud/files-dndissue
Fixed drag and drop from external files, added tests
12 years ago
Thomas Müller
59b1f4c476
Merge pull request #8781 from owncloud/add-a-warning-to-the-sample
Add a warning to the configuration file
12 years ago
Thomas Müller
31ad1cbdd8
Merge pull request #5365 from owncloud/filesize-improvements-32bit
Add LargeFileHelper / Add CURL filesize workaround / Fix some 32-bit filesize issues
12 years ago
Volkan Gezer
bb8ee2e9af
fix wording
12 years ago
ringmaster
16ae63bdfd
Updates per comments on PR:
* Use "filesystem_cache_readonly" config setting, update comment in config.sample
* Use $this->cacheActive to cache config setting
* Add public Scanner::setCacheActive() to set $cacheActive programmatically
12 years ago
Volkan Gezer
d7e63d8fab
select webdav address on click
12 years ago
Bjoern Schiessle
717eff22d4
add share icons for folders shared by the current user
12 years ago
Volkan Gezer
4843d13056
prevent pageload if pressed enter on name email change
12 years ago
icewind1991
2ba5701b1a
Merge pull request #8778 from owncloud/storage-instanceof
Add storage->instanceOfStorage() to handle instanceof with storage wrappers
12 years ago
Lukas Reschke
517501ffbf
Merge pull request #8417 from owncloud/share-overview
Sharing overview page
12 years ago
Vincent Petry
7fac2b62e9
Fixed warning when file_target is not set
In some cases (like in the unit tests) "file_target" is not set yet
whenever the target file system hasn't been mounted yet.
12 years ago
Vincent Petry
5e4e773446
Removed "Share with" column
12 years ago